tokio-rs / service-fn
A service implemented by a closure
☆11Updated 7 years ago
Related projects ⓘ
Alternatives and complementary repositories for service-fn
- Utilities building on top of Rust's async primitives.☆22Updated 5 years ago
- An implementation of thread pools which can be used with Rust futures☆11Updated 7 years ago
- Treat application routes (URL path + query string) as strongly-typed Rust structs☆13Updated 5 years ago
- Unix Domain Sockets for mio☆28Updated 4 years ago
- Ordered iterators☆11Updated 4 years ago
- A basis for building an async client-server Websocket protocol☆15Updated 3 years ago
- A double-ended priority queue implemented with an interval heap.☆15Updated 7 years ago
- software transactional memory in rust☆13Updated 3 years ago
- ☆10Updated 8 years ago
- Home for rls2.0 working group☆13Updated 5 years ago
- debug_assert! for your memory usage in Rust☆13Updated 5 years ago
- A Stream yielding inotify events, to be run on the tokio framework.☆22Updated 5 years ago
- Experimental comparators for collections to be generic over☆16Updated 6 months ago
- A structure for holding a set of enum variants☆20Updated 5 years ago
- allows you to run multiple cargo commands in a row☆20Updated 7 years ago
- Minimal Rust wrapper for using sockets as IPC with file descriptor passing | now on https://codeberg.org/valpackett/tiny-nix-ipc☆15Updated 2 years ago
- A library for extracting and validating links.☆22Updated 3 months ago
- A MPMC channel based on the two lock queue algorithm☆16Updated 7 years ago
- Utilities for concurrent programming☆36Updated 6 years ago
- A wrapper type for optionally giving up ownership of the underlying value.