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
- A simple map based on a vector for small integer keys☆64Updated 4 months ago
- A collection of Tokio middleware☆29Updated 7 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 8 years ago
- ☆59Updated 7 months ago
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- An HTTP/2.0 client and server `Service` implementation.☆88Updated 5 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Safely combine results☆81Updated 7 months ago
- Native TLS for futures and async-std☆70Updated 8 months ago
- Unix signal handling for tokio☆88Updated 6 years ago
- Utilities for concurrent programming☆37Updated 6 years ago
- ☆57Updated 2 months ago
- Rust library providing a counter-based thread barrier☆53Updated 6 years ago
- native timers for futures 0.3☆25Updated 6 years ago
- Support for Linux kernel aio within Tokio.☆51Updated 3 years ago
- A library that allows to listen network sockets with proper resource limits and error handling☆30Updated 6 years ago
- Rust MetroHash☆52Updated 4 months ago
- In support of measuring heap allocations in Rust programs.☆100Updated 5 years ago
- HTTP date parsing and formatting☆51Updated 3 months ago
- Tokio doc blitz effort - A concerted effort to improve Tokio's documentation.☆51Updated 6 years ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Concurrent hash trie☆51Updated 4 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆100Updated last month
- A drop-in replacement for Rust's std::BufReader, with extra features☆40Updated 2 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated last year
- An I/O-oriented tokio runtime thread pool☆49Updated 5 years ago
- Abstract name service traits for rust☆20Updated 6 years ago
- Unix Domain Sockets for tokio☆54Updated 6 years ago
- Concurrent work-stealing deque