17
What are some useful crates?
(lemmy.ca)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
I mean serde is -- in my understanding -- the most useful crate out there. It does exactly one thing and that very well.
Dtolney, the author for serde, has a stupid amount of libraries that fit this.
Other than serde, he owns syn, thiserror, anyhow, and async-trait.
He's practically the Atlas of the Rust ecosystem.