rust-lang / rustc-reading-clubLinks
Rust Code Reading Clubs
☆140Updated 3 years ago
Alternatives and similar repositories for rustc-reading-club
Users that are interested in rustc-reading-club are comparing it to the libraries listed below
Sorting:
- Rust tutorial to demonstrate how variance works☆254Updated 7 months ago
- Home of the "types team", affiliated with the compiler and lang teams.☆97Updated last year
- Hazard pointers in Rust.☆205Updated 2 months ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆185Updated 4 years ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆255Updated last month
- Manual segmented stacks for Rust☆318Updated 4 months ago
- ☆94Updated last year
- An unofficial, experimental place for documenting and gathering feedback on the design problems around Rust's orphan rules☆215Updated 6 years ago
- ☆178Updated last year
- Async stream for Rust and the futures crate.☆186Updated this week
- generators☆209Updated last year
- Utility wrapper to send non send types to other threads safely☆185Updated 5 months ago
- a lock-free concurrent slab (experimental)☆292Updated 8 months ago
- Graph the number of crates that depend on your crate over time☆251Updated last week
- Compile-time reference counting☆457Updated 3 months ago
- A thread pool for isolating blocking I/O in async programs☆363Updated 2 weeks ago
- A wrapper around Rust futures that stores the future in space provided by the caller.☆303Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆161Updated last year
- Support crate for rustc's self-profiling feature☆367Updated last month
- Guide for standard library developers☆85Updated 4 months ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆262Updated 3 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆212Updated 2 weeks ago
- A Rust macro to determine if a type implements a logical trait expression☆259Updated 5 years ago
- Allocation-free data structures that make do with the memory they're given☆144Updated 3 years ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- Bisects rustc, either nightlies or CI artifacts☆191Updated last week
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆129Updated 2 months ago
- Define your own PhantomData☆156Updated this week
- An implementation of Joshua Yanovski's Ghost Cell paper.☆481Updated last year
- A lock-free, append-only atomic pool.☆68Updated 3 years ago