snafu 0.8.2

An ergonomic error handling library
Documentation
[build]
command = """
rustup install nightly --profile minimal && \
cargo +nightly doc --no-deps --features=futures,guide
"""
publish = "target/doc"

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