slyons / rust-module-of-the-week
A weekly dive into commonly used modules in the Rust ecosystem, with story flavor!
☆20Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for rust-module-of-the-week
- An LRU cache implementation with constant time operations and weighted semantic.☆39Updated 6 months ago
- ☆24Updated last year
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆68Updated 6 months ago
- A sentinel-based, heapless, `Vec`-like type.☆68Updated 4 years ago
- High precision decimal☆24Updated last year
- ☆93Updated last year
- ☆45Updated 3 years ago
- ☆44Updated last year
- Command line flags library that does not require a central list of all the flags☆54Updated last year
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- Fast and compact sets of bytes or ASCII characters☆28Updated 3 years ago
- Anonymous enum and checked exception for Rust.☆23Updated 3 years ago
- Rust crate for managing cancellable services☆24Updated 3 years ago
- Asynchronous DNS lookups☆61Updated 5 months ago
- Rust closures you can transfer over an FFI boundary☆25Updated 4 years ago
- Async tracing capabilities for the log crate☆99Updated 3 years ago
- ☆29Updated last year
- ☆32Updated this week
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆33Updated 4 years ago
- hRPC implementation in Rust.☆24Updated 2 years ago
- A cargo-generate template to help you build your best web application using Rust☆15Updated 4 years ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- Serde support for the humantime crate☆27Updated 9 months ago
- futures::AtomicWaker extracted into its own crate☆25Updated last month