Cargo packages
The most popular Cargo packages tracked by PackageGraph.
30 packages
derive(Error)
Simple work-stealing parallelism for Rust
A simple to use, efficient, and full-featured Command Line Argument Parser
serve the web at warp speeds
A Rust port of Google's SwissTable hash map
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
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.
Common utilities and extension traits for the futures-rs library.
A macro for declaring lazily evaluated statics in Rust.
Parser for Rust source code
A library for managing temporary files and directories.
Extra iterator adaptors, iterator methods, free functions, and macros.
higher level HTTP client library
Application-level tracing for Rust.
Random number generators and other randomness functionality.
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
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust
Quasi-quoting macro quote!(...)
Multi-producer multi-consumer channels for message passing
More compact and efficient implementations of the standard synchronization primitives.
An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications.
A hash table with consistent order and fast iteration.
Flexible concrete Error type built on std::error::Error
A generic serialization/deserialization framework