From 69eec0ea252403a47c88d700937a3633509131da Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 16 Oct 2019 18:39:03 +0200 Subject: Add notes on Rust error-handling ecosystem --- guides/rust/error-handling.org | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 guides/rust/error-handling.org (limited to 'guides') diff --git a/guides/rust/error-handling.org b/guides/rust/error-handling.org new file mode 100644 index 0000000..af499f0 --- /dev/null +++ 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 -- cgit v1.2.3