Zebra/zebra-chain
Henry de Valence f6e62b0f5e Remove failure from zebra-chain, zebra-network.
Failure uses a distinct Fail trait rather than the standard library's
Error trait, which causes a lot of interoperability problems with tower
and other Error-using crates.  Since failure was created, the standard
library's Error trait was improved, and its conveniences are now
available without the custom Fail trait using `thiserror` (for easy
error derives) and `anyhow` (for a better boxed Error).
2019-10-16 13:16:52 -04:00
..
src Remove failure from zebra-chain, zebra-network. 2019-10-16 13:16:52 -04:00
Cargo.toml Remove failure from zebra-chain, zebra-network. 2019-10-16 13:16:52 -04:00