futures-rs

Async framework

Provides the foundations for asynchronous programming in Rust.

Zero-cost asynchronous programming in Rust

GitHub

5k stars
104 watching
632 forks
Language: Rust
last commit: 3 months ago
Linked from 1 awesome list

async-foundations

Backlinks from these awesome lists:

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,971
tokio-rs/prost A Rust implementation of Protocol Buffers for generating idiomatic and readable code from proto2 and proto3 files. 4,001
lukemathwalker/zero-to-production Supplementary codebase for an API development book written in Rust 5,874
seed-rs/seed A Rust framework for building fast and reliable web apps with an Elm-like architecture. 3,808
quinn-rs/quinn A Rust implementation of the QUIC transport protocol for high-performance networking 3,904
time-rs/time A comprehensive date and time handling library for Rust. 1,129
tokio-rs/tokio A runtime for writing reliable asynchronous applications with Rust. 27,366
rbatis/rbatis An ORM that compiles dynamic SQL at compile time, balancing performance and robustness for efficient database interactions. 2,319
launchbadge/sqlx A high-level, async Rust library for interacting with relational databases. 13,661
bheisler/criterion.rs A library that provides a powerful and statistically rigorous tool for measuring code performance and detecting regressions 4,692
rustls/rustls A modern, platform-independent TLS library written in Rust 6,315
awestlake87/pyo3-asyncio A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library 318
console-rs/indicatif Provides a way to display progress and indicators in command line applications 4,502
rust-lang/rustup A tool that installs and manages multiple versions of the Rust compiler on different platforms. 6,213
mathiswellmann/lfest-rs A simulated perpetual futures exchange with support for leveraged positions and flexible market data integration. 61