Add link to designing error types in rust article

This commit is contained in:
Nico Burns 2022-11-15 01:35:52 +00:00
parent 03e64e3350
commit 1af6b88182

View file

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