rust-lang / async-fundamentals-initiativeLinks
☆93Updated 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
Sorting:
- Define your own PhantomData☆155Updated this week
- An unordered multiset/bag implementation backed by HashMap☆69Updated this week
- ☆216Updated last month
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆110Updated this week
- Utility wrapper to send non send types to other threads safely☆184Updated 4 months ago
- Make trait methods callable without the trait in scope☆151Updated 2 months ago
- An updated version of linked-hash-map and friends☆121Updated 3 months ago
- Lazy formatting utility macro for rust☆128Updated last year
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆148Updated last year
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆120Updated 9 months ago
- generators☆210Updated last year
- Utilities for working with impl traits in Rust.☆110Updated 6 months ago
- Home of the "types team", affiliated with the compiler and lang teams.☆97Updated last year
- A sha1 implementation useable in const contexts☆87Updated last year
- ☆188Updated 3 weeks ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated last year
- A data structure to efficiently intern, cache and restore strings.☆201Updated last month
- docs.rs as a publishing platform?☆69Updated 2 months ago
- A rust crate to find the total size of an object, on the stack and on the heap☆108Updated last year
- Graph the number of crates that depend on your crate over time☆251Updated 3 weeks ago
- Run closures in parallel☆114Updated 6 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆157Updated 2 months ago
- ☆101Updated 4 months ago
- ☆141Updated last month
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- Cargo extension for running Criterion.rs benchmarks