async-trait
There are 6 repositories under async-trait topic.
4lDO2/real-async-trait-rs
A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type erasure
aohan237/asyncnsq-rs
async nsq client for rust
umgefahren/async-trait-proto
Async in traits prototype
InDieTasten/tictactoe-rs
Knots & Crosses as a cli game
deepakjacob/rust-sqlx-minimal
Demonstrates implementation of asynchronous database operations using SQLx with a PostgreSQL database.