mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Add link to designing error types in rust article
This commit is contained in:
parent
03e64e3350
commit
1af6b88182
1 changed files with 1 additions and 0 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue