summaryrefslogtreecommitdiff
path: root/guides/rust
diff options
context:
space:
mode:
Diffstat (limited to 'guides/rust')
-rw-r--r--guides/rust/error-handling.org10
1 files changed, 10 insertions, 0 deletions
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