stacked_errors 0.8.0

high level error propagation with software controlled backtraces
Documentation
1
2
3
4
5
6
7
# This is just a pinned stable for flake.nix, we do not want a
# `rust-toolchain.toml` because this is only a library and it would override
# all cargo invocations that intend to default to something else
[toolchain]
channel = "1.97.1"
components = ["rustfmt", "clippy", "rust-src", "rust-analyzer", "rust-docs"]
targets = ["riscv32i-unknown-none-elf"]