Hexilee / async-io-demo
demo for rust asynchronous io: from mio to stackless coroutine
☆353Updated 4 years ago
Alternatives and similar repositories for async-io-demo
Users that are interested in async-io-demo are comparing it to the libraries listed below
Sorting:
- asynchronous networking primitives☆408Updated 5 years ago
- A point of coordination for all things Rust and Async☆224Updated 5 years ago
- Task abstraction for building executors☆212Updated 2 years ago
- toy futures executor 🚒📖🔥☆233Updated 5 years ago
- Easily create type-safe `Future`s from state machines — without the boilerplate.☆332Updated 5 years ago
- A rust-macro which makes errors easy to write☆334Updated last year
- Multi-producer multi-consumer channels for message passing☆326Updated 6 years ago
- Demystifying Asynchronous Rust☆205Updated 5 years ago
- Empowering everyone to build asynchronous software☆857Updated 5 years ago
- A compiler plugin to insert flame calls☆382Updated 2 years ago
- Fast, ergonomic metrics for Rust☆339Updated 7 months ago
- Rust proc macro for easily and safely use shell scripts in rust☆209Updated 2 months ago
- A thread pool for isolating blocking I/O in async programs☆357Updated 3 months ago
- A strict, yet friendly mocking library for Rust 2018☆225Updated 11 months ago
- Rust allocator using jemalloc as a backend☆419Updated 3 years ago
- cross-platform Rust API for memory mapped IO☆564Updated 3 years ago
- Coroutine I/O for Rust☆461Updated 6 years ago
- Rust interface to io_uring☆333Updated 11 months ago
- Fail points for rust☆345Updated 5 months ago
- A library for creating references that carry their owner with them.☆371Updated last year
- A gRPC client & server implementation.