diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2024-08-29 18:01:58 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2024-08-29 18:01:58 +0100 |
| commit | b062b52e79e61d17482fdac2c27f7b9718d3e146 (patch) | |
| tree | b8481282ee98115606976261299758b5b4128fcc /guides/rust/error-handling.org | |
| parent | 3330080deb04c00a8003a58327454e820a764d7f (diff) | |
| download | memory-leaks-b062b52e79e61d17482fdac2c27f7b9718d3e146.tar.xz | |
Add new primer on Rust error handling
Diffstat (limited to 'guides/rust/error-handling.org')
| -rw-r--r-- | guides/rust/error-handling.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/guides/rust/error-handling.org b/guides/rust/error-handling.org index 5bb93a8..d56ab11 100644 --- a/guides/rust/error-handling.org +++ b/guides/rust/error-handling.org @@ -12,4 +12,5 @@ ergonomics even further: * 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]] +- [[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) |
