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