[go: up one dir, main page]

snafu 0.8.9

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

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