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:
- ☆93Updated last year
- Hazard pointers in Rust.☆204Updated last month
- Home of the "types team", affiliated with the compiler and lang teams.☆97Updated last year
- An unofficial, experimental place for documenting and gathering feedback on the design problems around Rust's orphan rules☆215Updated 6 years ago
- Rust tutorial to demonstrate how variance works☆254Updated 7 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆161Updated last year
- Manual segmented stacks for Rust☆317Updated 3 months ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆185Updated 4 years ago
- Utility wrapper to send non send types to other threads safely☆184Updated 4 months ago
- A framework for writing plugins that integrate with the Rust compiler☆153Updated 3 months ago
- Guide for standard library developers☆85Updated 3 months ago
- a lock-free concurrent slab (experimental)☆291Updated 7 months ago
- ☆177Updated last year
- Append-only collections for Rust where borrows to entries can outlive insertions☆255Updated 2 weeks ago
- Compile-time reference counting☆458Updated 2 months ago
- A data structure to efficiently intern, cache and restore strings.☆202Updated last month
- Support crate for rustc's self-profiling feature☆365Updated 3 weeks ago
- Async stream for Rust and the futures crate.☆185Updated this week
- Define your own PhantomData☆155Updated last week
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆129Updated 2 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated last month
- generators☆210Updated last year
- A HashMap variant that spreads resize load across inserts☆192Updated 6 months ago
- Graph the number of crates that depend on your crate over time☆251Updated 3 weeks ago
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆229Updated 4 years ago
- Reflection via DWARF.☆297Updated 2 years ago
- A wrapper around Rust futures that stores the future in space provided by the caller.☆301Updated last year
- ☆101Updated 5 months ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆262Updated 3 years ago
- Experiments with structured concurrency in Rust☆375Updated last year