futures-rs
There are 23 repositories under futures-rs topic.
Matthias247/futures-intrusive
Synchronization primitives for Futures and async/await based on intrusive collections
azuqua/fred.rs
A Redis Client for Rust based on Futures and Tokio
camunda-community-hub/zeebest
A zeebe rust client
munckymagik/go-concurrency-patterns-in-rust
Rob Pike's examples from the "Go Concurrency Patterns" talk, but in Rust
MOZGIII/merge-io-rs
Merge two separate AsyncRead and AsyncWrite objects into a single I/O stream.
OpenMatchmaking/pathfinder
Async WebSocket-over-RabbitMQ reverse proxy
tmtmtoo/tokio-stream-examples
Examples of stream programming with tokio-rs.
alex179ohm/futures-mockstream
A mockstream which implements async Traits from futures crate
Asapin/alkonost
Simple spam detector for YouTube chats with different UI options
BroderickCarlin/stream_router
A Futures aware message router for dynamically routing between Streams and Sinks
dinaraparanid/genius_lyrics
Fetches lyrics of song from genius by its URL
dinaraparanid/genius_track_number_in_album
Fetches track's number in album using its Genius URL
vporton/tokio-interruptible-future
Easily interrupt async code in given check points. It's useful to interrupt threads/fibers.
andreytkachenko/async-hal
`futures-rs` crate for microcontrollers
gurry/tasks
A task parallel library for Rust
pigeonhands/byteorder_async
(Async) Rust library for reading/writing numbers in big-endian and little-endian.
rousan/streamify-rs
Conversions from Rust values to Stream
Technius/tokio-chatserver-example
A more involved example of tokio in a concurrent application
YushiOMOTE/redis-ac
Asynchronous version of `redis::Commands` trait.
d-e-s-o/futures-ext
Extension combinators for futures 0.1
nightkr/async-spmc
"Safe" Rust SPMC channels
xoac/futures-test-sink
futures async/await sink tests helpers.