rust@octodon.social ("Rust tips") wrote:
If you're writing a small #Rustlang library, use the quick-error crate instead of thiserror.
It reduces compilation time, because it doesn't use procedural macros.
rust@octodon.social ("Rust tips") wrote:
If you're writing a small #Rustlang library, use the quick-error crate instead of thiserror.
It reduces compilation time, because it doesn't use procedural macros.