Packages
Browse packages indexed by the registry.
Asynchronous imap.
Runtime-independent asynchronous incremental computation with immutable MVCC snapshots
Reactive dependency injection for Rust.
A derive to help construct dependent values in async-injector.
An async wrapper for Linux inotify API, easy to use.
X-ray vision for async Rust - inspect and debug async state machines
Procedural macros for async-inspect - X-ray vision for async Rust
A wrapper over futures which allows to time how long the future takes to execute
Async Interval
A compat wrapper around AsyncRead/AsyncWrite that implements Read/Write.
Efficient asynchronous I/O operations with minimal idle memory overhead
Can conduct a conversation over any AsyncRead or AsyncWrite type with serde compatible types
boxed async io for client/server.
Simple mapping of async IO operations
Async I/O fork for embedded systems
Pipe your stdout/stderr together with asynchronous streams
Rate-limiting Async IO
Async versions of io traits
Adapts any AsyncRead or AsyncWrite type to send serde compatible types
A collection of Rust asynchronous I/O utilities
A collection of async utilities for I/O
Async iterator methods and async methods for option and result.
An async version of iterator
`itertools` for `Stream`s
Traits for defining arbitrary asynchronous background jobs, along with scheduling options and a job runner
Asynchronous job orchestration for Rust
Abstraction for joining and aborting async tasks
A minimal asynchronous JSON-RPC client library built on the tower framework.
An efficient async Rust library for reading and processing JSON Lines (JSONL) files using Tokio streams.
An asynchronous JSON-RPC 2.0 client library
An asynchronous JSON-RPC 2.0 server library
A key-value database
A key-value database
lapin integration with async-io
A value which is initialized on the first access, with an async function.
Essentially a futures-oriented Arc<Mutex<Option<T>>>
Async driver for small monochrome LED matrices, like the one found on the micro:bit
Various helpers for writing production-ready servers in rust using async-std.
A Liveliness Monitor for your Asynchronous Runtimes
Async Rust client for LLM APIs - Anthropic Messages API today; fork of async-anthropic with thinking-block and prompt-cache support.
For using thread locals within an async context across await points
A same-producer, same-consumer bounded channel, for a single async task.
Lightweight channels for single-threaded async runtimes.
Lightweight executor for building single-threaded async runtimes.
Async synchronization primitives
Proc Macro attributes for the async-log crate.