eadgbear / rust-module-of-the-weekLinks
A weekly dive into commonly used modules in the Rust ecosystem, with story flavor!
☆20Updated 3 years ago
Alternatives and similar repositories for rust-module-of-the-week
Users that are interested in rust-module-of-the-week are comparing it to the libraries listed below
Sorting:
- Remove Cargo.lock lockfile☆33Updated 4 months ago
- ☆46Updated 4 years ago
- High precision decimal☆24Updated 2 years ago
- A small async runtime for Rust☆59Updated last year
- An LRU cache implementation with constant time operations and weighted semantic.☆44Updated 5 months ago
- Command line flags library that does not require a central list of all the flags☆55Updated 2 years ago
- 🦀 Bloom filter implementation in Rust 🦀☆18Updated 4 years ago
- hRPC implementation in Rust.☆24Updated 3 years ago
- Asynchronous DNS lookups☆65Updated 11 months ago
- Rust repository for the my article: Understanding Rust Through AVL Trees☆34Updated 5 years ago
- Concurrent hash trie☆54Updated 4 years ago
- A Rust HashMap implementation with copy-on-write keys and values☆32Updated 5 years ago
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- golang like task executor☆51Updated 3 years ago
- The /etc/resolv.conf file parser in rust☆28Updated 2 weeks ago
- async fn(Input) -> Result<Output, Error>☆50Updated last year
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated 2 years ago
- Build and evaluate binary expression trees☆36Updated 8 months ago
- ☆28Updated 2 years ago
- It executes futures☆57Updated 2 years ago
- Utilities building on top of Rust's async primitives.☆23Updated 5 years ago
- Asynchronous access to a bincode-encoded item stream.☆75Updated 2 months ago
- Example using Rust futures with async/await as of May 2019☆11Updated 6 years ago
- a fast async pool based on channel☆24Updated last week
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆17Updated 2 months ago
- Duplicate an async I/O handle☆41Updated 4 months ago
- Run closures in parallel☆113Updated 4 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year