memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit 38d75349694593ee44613f351b844c6b3fa723ba
parent 75c3c095fa08bdd436f1ea60eca7175846f538b5
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 20 Sep 2020 00:11:43 +0200

Note Rust's new project group dedicated to error handling

Diffstat:
Mguides/rust/error-handling.org | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/guides/rust/error-handling.org b/guides/rust/error-handling.org @@ -8,3 +8,7 @@ ergonomics even further: - snafu - 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]].