smol-rs / async-net
Async networking primitives for TCP/UDP/Unix communication
☆130Updated 2 months ago
Alternatives and similar repositories for async-net:
Users that are interested in async-net are comparing it to the libraries listed below
- A global executor built on top of async-executor and smol☆74Updated 3 weeks ago
- Async filesystem primitives☆133Updated 2 months ago
- Utilities for pinning☆97Updated last year
- Run closures in parallel☆113Updated 2 months ago
- Heap-based async timers☆212Updated 9 months ago
- Executor Agnostic Runtime that can run your futures with your favourite Executor☆143Updated 3 years ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- A TLS implementation over AsyncRead and AsyncWrite☆166Updated 11 months ago
- Asynchronous access to a bincode-encoded item stream.☆74Updated 3 weeks ago
- Compatibility adapter between tokio and futures☆167Updated last month
- A lightweight version of pin-project written with declarative macros.☆244Updated 3 weeks ago
- Thread parking and unparking☆75Updated 2 months ago
- ☆204Updated last week
- Convert closures into wakers☆45Updated 2 months ago
- Copy-on-write string utilities for Rust☆158Updated last year
- This is a Rust implementation for popular caches (support no_std).☆109Updated 2 months ago
- Generic Atomic<T> type for Rust☆232Updated last year
- Data parallelism library for async-std.☆93Updated last year
- A fast and flexible LRU map.☆181Updated 3 months ago
- Allocation-free data structures that make do with the memory they're given