Async version of the Rust standard library
-
Updated
Mar 15, 2025 - Rust
In computer programming, the async/await pattern is a syntactic feature of many programming languages that allows an asynchronous, non-blocking function to be structured in a way similar to an ordinary synchronous function, and is primarily intended to provide opportunities for the program to execute other code while waiting for a long-running, asynchronous task to complete, usually represented by promises or similar data structures.
Async version of the Rust standard library
A GraphQL server library implemented in Rust
Restate is the platform for building resilient applications that tolerate all infrastructure faults w/o the need for a PhD.
Actor runtime and distributed systems framework for Rust
demo for rust asynchronous io: from mio to stackless coroutine
🎭 A tiny actor framework
Cacheable and efficient Docker images builder for Rust
Synchronization primitives for Futures and async/await based on intrusive collections
Simple, Erlang-inspired fault-tolerance framework for Rust Futures.
Minimal asynchronous runtime for Rust
The obws (obvious) remote control library for OBS
Real-time compute-focused async executor with job pools, thread-local data, and priorities.
Another Async IO Framework based on io_uring
A fast, small, full-featured, no-std compatible oneshot channel
A fully async I/O socks5 server written in Rust
A dependency injection library for message-based applications
async/await for AVR with Rust
A runtime-independent asynchronus PostgreSQL client
Rust library for interacting with Ndless for the TI-Nspire
Utilities for encoding and decoding frames using `async/await`.
Released 2007