diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-11-09 22:20:18 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-11-09 22:20:18 +0100 |
| commit | c467b06615fb15ce30f5ef68c2edb2dd0a10b487 (patch) | |
| tree | 25fd2ae9d6a1f204bbc2122965434df256310add /guides/rust | |
| parent | e70ed739fb09c18b8d9b8b1c597f346915d91598 (diff) | |
| download | memory-leaks-c467b06615fb15ce30f5ef68c2edb2dd0a10b487.tar.xz | |
Add guide on error-handling in Rust
Diffstat (limited to 'guides/rust')
| -rw-r--r-- | guides/rust/error-handling.org | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/guides/rust/error-handling.org b/guides/rust/error-handling.org index 14e4eae..5bb93a8 100644 --- a/guides/rust/error-handling.org +++ b/guides/rust/error-handling.org @@ -9,6 +9,7 @@ ergonomics even further: - thiserror - anyhow - eyre -* Ongoing development -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]]. +* 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]] |
