Some adaptors to stream rkyv Archives over AsyncRead and AsyncWrite
Length-prefixed rkyv codec for libp2p request-response
Single-macro schema versioning for Rust: declare a struct family with #[add]/#[edit]/#[delete] mutations across versions and parse them at runtime without serde(flatten) overhead. Optional binary codecs: rkyv, bincode, postcard.
Async frame codec for the rkyv-over-UDS local protocol. Reads/writes `[magic 4B][len u32 LE][rkyv body]` over any tokio AsyncRead+AsyncWrite. Reusable by server, client, tests, future tools.
Ultra-low-latency and high-throughput typed transport for multiprocess SHM and mmap. Layers framing, codecs, typed zero-copy, and inference-fabric topology helpers on disruptor-mp's LMAX-Disruptor-style ring substrate.
Fault-tolerant Async Actors Built on Tokio - macros
Helpers for defining an RPC protocol using rkyv
Core types and traits for the Sayiir durable workflow engine
A highly parallel Perl 5 interpreter written in Rust
Low-latency TCP communication protocol with zero-copy serialization for exchange systems
Async query manager for Leptos
A collection of connectors for tokio-based clients and servers