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.☆96Updated 2 years ago
- ☆94Updated 2 years ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆187Updated 4 years ago
- Hazard pointers in Rust.☆211Updated 3 weeks ago
- Define compiler intermediate representation usable by external tools☆94Updated 2 weeks ago
- Rust tutorial to demonstrate how variance works☆256Updated 10 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆164Updated last year
- Manual segmented stacks for Rust☆327Updated 3 weeks ago
- Compile-time reference counting☆456Updated 6 months ago
- Utility wrapper to send non send types to other threads safely☆187Updated 7 months ago
- Graph the number of crates that depend on your crate over time☆254Updated 2 months ago
- a lock-free concurrent slab (experimental)☆302Updated 10 months ago
- A Rust macro to determine if a type implements a logical trait expression☆261Updated 5 years ago
- An unofficial, experimental place for documenting and gathering feedback on the design problems around Rust's orphan rules☆218Updated 6 years ago
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆235Updated 4 years ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆263Updated 3 years ago
- home for proposals in and around compile-time function evaluation☆111Updated 2 years ago
- A framework for writing plugins that integrate with the Rust compiler☆161Updated last month
- 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
- Append-only collections for Rust where borrows to entries can outlive insertions☆264Updated last week
- Support crate for rustc's self-profiling feature☆373Updated 4 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.