
crates.io: Rust Package Registry
Explore Rust's package registry, crates.io, for managing and sharing libraries and dependencies in your Rust projects.
Categories - crates.io: Rust Package Registry
Crates to help you deal with events independently of the main program flow, using techniques like futures, promises, waiting, or eventing.
The crates.io package index
The index format is described in detail in The Cargo Book. The crates.io index is maintained by the crates.io team.
crates.io: Rust Package Registry
Rust rust-lang.org Rust Foundation The crates.io team Get Help The Cargo Book Support System Status Report a bug Policies Usage Policy Security Privacy Policy Code of Conduct Data …
tracing - crates.io: Rust Package Registry
This includes a collection of Subscriber implementations, as well as utility and adapter crates to assist in writing Subscriber s and instrumenting applications.
serde_json - crates.io: Rust Package Registry
Serde JSON Serde is a framework for serializing and deserializing Rust data structures efficiently and generically.
serde - crates.io: Rust Package Registry
A generic framework for serialization and deserialization in Rust.
axum - crates.io: Rust Package Registry
Community projects See here for a list of community maintained crates and projects built with axum. Contributing 🎈 Thanks for your help improving the project! We are so happy to have you! …
tokio - crates.io: Rust Package Registry
In addition to the crates in this repository, the Tokio project also maintains several other libraries, including: axum: A web application framework that focuses on ergonomics and modularity.
rand - crates.io: Rust Package Registry
Rand is not: Small (LoC). Most low-level crates are small, but the higher-level rand and rand_distr each contain a lot of functionality. Simple (implementation). We have a strong focus on …