rust-lang / async-fundamentals-initiative
☆92Updated last year
Alternatives and similar repositories for async-fundamentals-initiative:
Users that are interested in async-fundamentals-initiative are comparing it to the libraries listed below
- An updated version of linked-hash-map and friends☆109Updated 2 months ago
- Guide for standard library developers☆82Updated last month
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 6 months ago
- ☆201Updated last month
- Make trait methods callable without the trait in scope☆135Updated 3 weeks ago
- Oneshot Rust channel working both in and between sync and async environments☆85Updated 2 weeks ago
- An unordered multiset/bag implementation backed by HashMap☆66Updated last month
- A lightweight version of pin-project written with declarative macros.☆237Updated last week
- Utility wrapper to send non send types to other threads safely☆173Updated last year
- Boolean-valued predicate functions in Rust☆181Updated last month
- ☆180Updated 2 months ago
- Define your own PhantomData☆151Updated 3 weeks ago
- Run closures in parallel☆112Updated last month
- docs.rs as a publishing platform?☆68Updated 3 weeks ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆106Updated last month
- A rust crate to find the total size of an object, on the stack and on the heap☆105Updated last year
- Lazy formatting utility macro for rust☆127Updated last year
- Library for scripting analyses against crates.io's database dumps☆69Updated this week
- Cargo extension for running Criterion.rs benchmarks☆194Updated 7 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆156Updated last month
- Utilities for working with impl traits in Rust.☆101Updated 3 weeks ago
- Rust microbenchmarking harness based on paired-testing methodology☆83Updated last month
- Asynchronous HTTP body trait☆132Updated this week
- Async fundamentals initiative: portable and interoperable☆75Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.