rust-lang / rustc-reading-clubLinks
Rust Code Reading Clubs
☆140Updated 4 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:
- Home of the "types team", affiliated with the compiler and lang teams.☆97Updated 2 years ago
- Rust tutorial to demonstrate how variance works☆260Updated last year
- Hazard pointers in Rust.☆215Updated last month
- Compile-time reference counting☆455Updated 8 months ago
- Manual segmented stacks for Rust☆331Updated 2 weeks ago
- An unofficial, experimental place for documenting and gathering feedback on the design problems around Rust's orphan rules☆223Updated 6 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆165Updated last year
- ☆94Updated 2 years ago
- A wrapper around Rust futures that stores the future in space provided by the caller.☆306Updated 2 months ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆187Updated 4 years ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆267Updated 2 months ago
- A Rust macro to determine if a type implements a logical trait expression☆263Updated 6 years ago
- Async stream for Rust and the futures crate.☆193Updated last week
- Utility wrapper to send non send types to other threads safely☆185Updated 9 months ago
- Support crate for rustc's self-profiling feature☆376Updated 6 months ago
- A data structure to efficiently intern, cache and restore strings.☆209Updated 5 months ago
- Bisects rustc, either nightlies or CI artifacts☆195Updated this week
- Guide for standard library developers☆85Updated 9 months ago
- Graph the number of crates that depend on your crate over time☆256Updated last month
- rust stackful generator library☆361Updated last month
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆263Updated 3 years ago
- docs.rs as a publishing platform?☆71Updated last month
- Minimalistic snapshot testing for Rust.☆298Updated last year
- A thread pool for isolating blocking I/O in async programs☆374Updated 4 months ago
- ☆241Updated 5 months ago
- generators☆211Updated 2 years ago
- Statically-checked alternatives to RefCell and RwLock☆386Updated 4 months ago
- a lock-free concurrent slab (experimental)☆303Updated last year
- lens implemented in rust☆117Updated 2 years ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago