eadgbear / rust-module-of-the-weekLinks
A weekly dive into commonly used modules in the Rust ecosystem, with story flavor!
☆20Updated 4 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:
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated 3 weeks ago
- Command line flags library that does not require a central list of all the flags☆55Updated 3 years ago
- Concurrent hash trie☆58Updated 5 years ago
- Asynchronous DNS lookups☆67Updated last year
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 3 months ago
- ☆48Updated 4 years ago
- A minimal async runtime with an experimental ambition to be an portable and interoperable async runtime for Rust☆30Updated 2 years ago
- Heph is an actor library for Rust based on asynchronous functions.☆150Updated 3 weeks ago
- Define your own PhantomData☆158Updated last week
- ☆94Updated 2 years ago
- Run closures in parallel☆115Updated 11 months ago
- A low-level I/O ownership and borrowing library☆106Updated 4 months ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Async networking primitives for TCP/UDP/Unix communication☆139Updated 11 months ago
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- A small async runtime for Rust☆61Updated last year
- Minimal non-blocking I/O for Rust☆170Updated last year
- Rust interface for Linux futexes, the fast user-space locking primitive.☆92Updated last year
- A rust web framework with safety and speed in mind.☆35Updated 2 years ago
- Minimal and persistent key-value store designed with security in mind☆43Updated 2 years ago
- Thread parking and unparking☆79Updated 11 months ago
- Async tracing capabilities for the log crate☆98Updated 4 years ago
- Utility wrapper to send non send types to other threads safely☆185Updated 9 months ago
- A global executor built on top of async-executor and smol☆75Updated 4 months ago
- High-level Rust library for asynchronous SSH connections☆72Updated 6 years ago
- Executor Agnostic Runtime that can run your futures with your favourite Executor☆144Updated 4 years ago
- Rust repository for the my article: Understanding Rust Through AVL Trees☆35Updated 6 years ago
- Heap-based async timers☆216Updated last year
- async fn(Input) -> Result<Output, Error>☆51Updated last year