seanmonstar / futures-fs
Access File System operations off-thread, using a Futures.
☆69Updated 6 years ago
Alternatives and similar repositories for futures-fs:
Users that are interested in futures-fs are comparing it to the libraries listed below
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- A collection of Tokio middleware☆29Updated 7 years ago
- A dynamically typed value with fast downcasting.☆28Updated 9 years ago
- A thread pool for rust/tokio that can process file requests and send data to the socket with zero copy (using sendfile)☆28Updated 7 years ago
- Concurrent work-stealing deque☆47Updated 6 years ago
- In support of measuring heap allocations in Rust programs.☆100Updated 5 years ago
- ☆59Updated 6 months ago
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 years ago
- Asynchronous file I/O for Tokio☆48Updated last month
- An HTTP/2.0 client and server `Service` implementation.☆88Updated 5 years ago
- Rust MetroHash☆51Updated 4 months ago
- A simple map based on a vector for small integer keys☆64Updated 3 months ago
- A pool of reusable values☆50Updated 5 years ago
- async serialization for Cap'n Proto messages in Rust☆23Updated 7 years ago
- Candidates for inclusion in the Rust standard library☆89Updated 2 years ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- Utilities for concurrent programming☆37Updated 6 years ago
- Arena allocator and a handful of useful data structures☆40Updated 5 years ago
- ☆55Updated 2 months ago
- Rust library providing a counter-based thread barrier☆53Updated 6 years ago
- A cache that holds a limited number of key-value pairs☆82Updated 2 years ago
- Asynchronous process management for tokio☆147Updated 5 years ago
- A small ASCII-only bounded length string representation.☆58Updated 3 years ago
- Safely combine results☆81Updated 6 months ago
- rust histogram and percentile stats☆47Updated 4 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- Support for Linux kernel aio within Tokio.☆51Updated 3 years ago
- A Macros 1.1 implementation of https://crates.io/crates/error-chain☆19Updated 3 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 3 months ago