snafu 0.8.5

An ergonomic error handling library
Documentation
1
2
3
4
5
6
7
8
9
10
[build]
command = """
rustup install nightly --profile minimal && \
cargo +nightly doc --no-deps --features=futures,guide
"""
publish = "target/doc"

[[redirects]]
from = "/*"
to = "/snafu/:splat"