Packages
Browse packages indexed by the registry.
Async Ping
Async Ping Cli
Creates an asynchronous piped reader and writer pair using tokio.rs
Easy way to pipeline sync and async functions
A library for building concurrent data processing pipelines
Statically allocated pool providing a std-like Box, with async functionality.
A fork of simple Pop3 compatible client
An async async version of rust-pop3
Simple, yet fast, async port scanner library for Rust
A runtime-independent, asynchronous PostgreSQL client.
Priority scheduling of a shared resource across async tasks
An async channel where pending messages are delivered in order of priority
Throttles prioritised tasks by limiting the max concurrent tasks and minimum time between tasks, with up to two levels based on keys
A priority-based async lock. Optionally no-std.
An async-aware priority queue
Async interface for working with processes
Rust agent for async-profiler
Async promise which resolves once and may be read by multiple consumers.
Simple async binary network protocols
Proc-macros for the async-proto crate
This crate has async implementations of Connection and Transport for the protocol crate
A crate that provides with asynchronous proxy protocols implementations
An asyncronous implementation of proxy clients
Asynchronous PSEC implementation
runtime independent async quic implementation based on quinn-proto
An async implementation of the Raft distributed consensus protocol.
An async implementation of the Raft distributed consensus protocol.The ability of raft is enhanced while keeping the access interface unchanged for rnacos.
An async implementation of the Raft distributed consensus protocol.
Common traits for rate limiting and implementations in async contexts.
Implements a token bucket algorithm that can be used to limit API access frequency. Written in pure Rust.
Light console-only async logger. Suitable for containerized workloads. Heavily inspired by "https://github.com/nonconvextech/ftlog"
Mix async code with CPU-heavy thread pools using Futures + Rayon
A rust async wrapper for RDMA ibvers lib
reactor-trait implementation for async-io
limit the size of an async read
Extension traits for inspecting `AsyncRead` progress.
A super extension for tokio::io::AsyncRead
A collection of utilities for working with AsyncRead.
An asynchronous readline-like interface
Async readiness traits.
A utility library for asynchronous fallible conversion and reciprocals in Rust.
Store records without waiting for your persistence backend
Recursion for async functions
Recursion for async functions
A simple and easy-to-use asynchronous redis distributed lock implementation based on tokio and redis-rs.
redis session store for async-session