From 1af6b88182aec1a586de47548b9e8b2103f5a948 Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Tue, 15 Nov 2022 01:35:52 +0000 Subject: [PATCH] Add link to designing error types in rust article --- data/crates.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/crates.json b/data/crates.json index 5713520..bd944d5 100644 --- a/data/crates.json +++ b/data/crates.json @@ -242,6 +242,7 @@ }, { "name": "For libraries", + "notes": "See also: [Designing error types in Rust](https://mmapped.blog/posts/12-rust-error-handling.html)", "recommendations": [{ "name": "thiserror", "notes": "Helps with generating boilerplate for enum-style error types."