tailhook / abstract-nsLinks
Abstract name service traits for rust
☆20Updated 7 years ago
Alternatives and similar repositories for abstract-ns
Users that are interested in abstract-ns are comparing it to the libraries listed below
Sorting:
- Rust library providing a specialized byte slice type for performing vectored I/O operations.☆52Updated 5 years ago
- An I/O-oriented tokio runtime thread pool☆49Updated 5 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 years ago
- A connection pool implementation for tokio☆23Updated 7 years ago
- Treat application routes (URL path + query string) as strongly-typed Rust structs☆13Updated 6 years ago
- A Stream yielding inotify events, to be run on the tokio framework.☆22Updated 6 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆49Updated last month
- Asynchronous file I/O for Tokio☆49Updated 3 weeks ago
- Concurrent work-stealing deque☆47Updated 6 years ago
- Concurrent hash trie☆55Updated 4 years ago
- A cache that holds a limited number of key-value pairs☆83Updated 3 years ago
- A Rust HashMap implementation with copy-on-write keys and values☆32Updated 5 years 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
- A trait to abstract over common tree functionality☆35Updated 5 years ago
- Futures aware pub/sub channel☆14Updated 8 years ago
- Migration tool for replacing await! macro with await syntax.☆40Updated 4 years ago
- Utilities for concurrent programming☆37Updated 6 years ago
- A collection of Tokio middleware☆29Updated 7 years ago
- Support for Linux kernel aio within Tokio.