Write code that can be both async and synchronous without duplicating it - Rust source code
Global executor built on top of async-executor and async-io - Rust source code
Asynchronous HTTP 1.1 parser - Rust source code
Utilities for encoding and decoding frames using `async/await` - Rust source code
Async I/O and timers - Rust source code
async synchronization primitives - Rust source code
Async mutex - Rust source code
Native TLS using futures - Rust source code
async networking primitives - Rust source code
Fast, small, full-featured, async-aware oneshot channel - Rust source code
async interface for working with processes - Rust source code
Recursion for async functions - Rust source code
Async signal handling - Rust source code
async version of the Rust standard library - Rust source code
Hickory DNS is a safe and secure DNS library, for async-std - Rust source code
Asynchronous streams using async & await notation - Rust source code
Proc macros for async-stream crate - Rust source code
An async TAR file reader and writer - Rust source code
task abstraction for building executors - Rust source code
Asynchronous TLS/SSL streams using Rustls - Rust source code
Type erasure for async trait methods - Rust source code
Async binding for Tungstenite, the Lightweight stream-based WebSocket implementation - Rust source code
Asynchronous ZIP archive reading/writing crate - Rust source code
Rust bindings for the ATK library - Rust source code
FFI bindings to libatk-1 - Rust source code
Double-array tries - Rust source code
Double-array tries - feature "serde"
Parse integers directly from `[u8]` slices in safe code - Rust source code
Safe abstraction around AtomicPtr - Rust source code
Generic Atomic<T> wrapper type - Rust source code
Atomic polyfills, for targets where they're not available - Rust source code
Threadsafe RefCell - Rust source code
Synchronization primitive for task wakeup - Rust source code
Serializing the Atom web content syndication format - Rust source code
Simple interface for querying atty - Rust source code
Library checking if audio files are broken - Rust source code
Extract the dependency trees embedded in binaries by `cargo auditable` - Rust source code
High-level crate to extract the dependency trees embedded in binaries by `cargo auditable` - Rust source code
Serialize/deserialize data encoded by `cargo auditable` - Rust source code
Authentication for git - Rust source code
Authentication for git2 - feature "log"
Automatic cfg for Rust compiler features - Rust source code
auto-traits for pointers and closures - Rust source code
Pull in every source file in a directory as a module - Rust source code
Helpers for generating and parsing AV1 film grain data - Rust source code
Calculate statistics iteratively - Rust source code
Collection of algorithms for measuring audio/video metrics - Rust source code
Awaitable type with input and output that can be stored in container - Rust source code
core types and traits for the web framework axum - Rust source code