seanmonstar / futures-fsLinks
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
Sorting:
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- Unix signal handling for tokio☆87Updated 7 years ago
- A simple map based on a vector for small integer keys☆66Updated 10 months ago
- An HTTP/2.0 client and server `Service` implementation.☆88Updated 6 years ago
- Concurrent work-stealing deque☆47Updated 6 years ago
- A dynamically typed value with fast downcasting.☆28Updated 9 years ago
- native timers for futures 0.3☆25Updated 6 years ago
- A pool of reusable values☆51Updated 5 years ago
- A cache that holds a limited number of key-value pairs☆83Updated 3 years ago
- HTTP date parsing and formatting☆53Updated 9 months ago
- In support of measuring heap allocations in Rust programs.☆101Updated 6 years ago
- Asynchronous file I/O for Tokio☆48Updated 3 months ago
- A thread pool for rust/tokio that can process file requests and send data to the socket with zero copy (using sendfile)☆29Updated 8 years ago
- ☆60Updated last year
- Asynchronous process management for tokio☆148Updated 6 years ago
- Rust MetroHash☆52Updated 10 months ago
- Safely combine results☆81Updated last year
- ☆62Updated 3 years ago
- Rust library providing a specialized byte slice type for performing vectored I/O operations.☆52Updated 5 years ago
- Coroutine and async/await support for tokio-based futures☆119Updated 5 years ago
- Async tracing capabilities for the log crate