You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2024. It is now read-only.
Currently, errors implement all the core::error::Error and core::fmt::Display traits by hand.
It could be a good idea to use the thiserror library to make the code easier to read.
Currently, errors implement all the
core::error::Errorandcore::fmt::Displaytraits by hand.It could be a good idea to use the
thiserrorlibrary to make the code easier to read.