From cf8a3f15ee1c80b874be10cbdd34496b84560f59 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 14 Jan 2025 22:48:35 +0100 Subject: Sort guides up a bit --- guides/rust/error-handling.org | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 guides/rust/error-handling.org (limited to 'guides/rust') diff --git a/guides/rust/error-handling.org b/guides/rust/error-handling.org deleted file mode 100644 index d56ab11..0000000 --- a/guides/rust/error-handling.org +++ /dev/null @@ -1,16 +0,0 @@ -* 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 -- eyre -* Documentation -- Error handling now has a [[https://github.com/rust-lang/project-error-handling][dedicated project group]] under the [[https://www.rust-lang.org/governance/teams/library][library - team]]. -- [[https://nrc.github.io/error-docs/intro.html][Nick Cameron's error-handling guide]] (2022) -- [[https://www.howtocodeit.com/articles/the-definitive-guide-to-rust-error-handling][Angus Morrison's "Definitive Guide"]] (2024) -- cgit v1.2.3