Trending packages
The most-downloaded Cargo packages tracked by PackageGraph.
derive(Error)
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust
Simple work-stealing parallelism for Rust
A simple to use, efficient, and full-featured Command Line Argument Parser
An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications.
A Rust port of Google's SwissTable hash map
serve the web at warp speeds
Date and time library for Rust
A JSON serialization file format
'Small vector' optimization: store up to a small number of items on the stack
A macro for declaring lazily evaluated statics in Rust.
Common utilities and extension traits for the futures-rs library.
Single assignment cells and lazy values.
A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
Parser for Rust source code
higher level HTTP client library
Random number generators and other randomness functionality.
A library for managing temporary files and directories.
Extra iterator adaptors, iterator methods, free functions, and macros.
Application-level tracing for Rust.
Type erasure for async trait methods
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
A byte-oriented, zero-copy, parser combinators library
A lightweight logging facade for Rust
Quasi-quoting macro quote!(...)
A hash table with consistent order and fast iteration.
Multi-producer multi-consumer channels for message passing
More compact and efficient implementations of the standard synchronization primitives.
Flexible concrete Error type built on std::error::Error
A generic serialization/deserialization framework