memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit 69eec0ea252403a47c88d700937a3633509131da
parent ff592ac6896faea83a93d82a62f682932e88e21a
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Wed, 16 Oct 2019 18:39:03 +0200

Add notes on Rust error-handling ecosystem

Diffstat:
Aguides/rust/error-handling.org | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/guides/rust/error-handling.org b/guides/rust/error-handling.org @@ -0,0 +1,10 @@ +* Crates +Error-handling crates seem to rise and fall pretty regularly, each new +crate leveraging new primitives in the standard library to push +ergonomics even further: + +- error_chain +- failure +- snafu +- thiserror +- anyhow