Mastodon Feed: Post

Mastodon Feed

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.

https://lib.rs/crates/quick-error