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."