futures-rs
Async framework
Provides the foundations for asynchronous programming in Rust.
Zero-cost asynchronous programming in Rust
5k stars
104 watching
627 forks
Language: Rust
last commit: about 1 month ago
Linked from 1 awesome list
async-foundations
Related projects:
Repository | Description | Stars |
---|---|---|
async-rs/async-std | An async version of the Rust standard library with modern features and complete parity with the original API. | 3,966 |
tokio-rs/prost | A Rust implementation of Protocol Buffers for generating idiomatic and readable code from proto2 and proto3 files. | 3,937 |
lukemathwalker/zero-to-production | Supplementary codebase for an API development book written in Rust | 5,839 |
seed-rs/seed | A Rust framework for building fast and reliable web apps with an Elm-like architecture. | 3,805 |
quinn-rs/quinn | An implementation of the QUIC transport protocol in Rust | 3,848 |
time-rs/time | A widely-used Rust library for handling dates and times. | 1,124 |
tokio-rs/tokio | Provides a runtime for writing reliable asynchronous applications with Rust. | 27,064 |
rbatis/rbatis | An ORM that compiles dynamic SQL at compile time, balancing performance and robustness for efficient database interactions. | 2,297 |
launchbadge/sqlx | An async, pure Rust SQL crate with compile-time checked queries and support for multiple databases. | 13,470 |
bheisler/criterion.rs | A library that provides a powerful and statistically rigorous tool for measuring code performance and detecting regressions | 4,616 |
rustls/rustls | A modern, platform-independent TLS library written in Rust | 6,214 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 311 |
console-rs/indicatif | A Rust library providing progress indicators and color support for command line applications. | 4,437 |
rust-lang/rustup | A tool that installs and manages multiple versions of the Rust compiler on different platforms. | 6,182 |
mathiswellmann/lfest-rs | A simulated perpetual futures exchange with support for leveraged positions and flexible market data integration. | 59 |