Real-time

Working with Rust on real-time data use cases. Kafka, Redpanda, NATS, etc.


tokio

Asynchronous I/O in Rust (real-time networking).

async-std

Async version of Rust standard library types.

smol

A small and fast asynchronous runtime for Rust.

actix-rt

A runtime for actix with a focus on real-time processing.

nats-rs