rust-lang / rustc-reading-club
Rust Code Reading Clubs
☆141Updated 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:
- Hazard pointers in Rust.☆204Updated 4 months ago
- Home of the "types team", affiliated with the compiler and lang teams.☆95Updated last year
- Graph the number of crates that depend on your crate over time☆238Updated 2 weeks ago
- Rust tutorial to demonstrate how variance works☆250Updated 4 months ago
- Guide for standard library developers☆84Updated last month
- Compile-time reference counting☆445Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆156Updated last year
- Manual segmented stacks for Rust☆306Updated 2 weeks ago
- Support crate for rustc's self-profiling feature☆351Updated 3 months ago
- Experiments with structured concurrency in Rust☆364Updated 9 months ago
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆221Updated 4 years ago
- ☆92Updated last year
- A Rust macro to determine if a type implements a logical trait expression☆255Updated 5 years ago
- Execute your code on the Rust ecosystem.☆184Updated last month
- Append-only collections for Rust where borrows to entries can outlive insertions☆251Updated 2 months ago
- An unofficial, experimental place for documenting and gathering feedback on the design problems around Rust's orphan rules☆209Updated 6 years ago
- lens implemented in rust☆116Updated last year
- a lock-free concurrent slab (experimental)☆280Updated 4 months ago
- A framework for writing plugins that integrate with the Rust compiler☆151Updated last month
- A fast, concurrent string interner☆150Updated 8 months ago
- A thread pool for isolating blocking I/O in async programs☆357Updated 3 months ago
- Bisects rustc, either nightlies or CI artifacts☆183Updated this week
- Have questions on the Rust Foundation? Ask here!☆88Updated 4 years ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆183Updated 4 years ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆294Updated 2 years ago
- ☆176Updated last year
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Cargo subcommand for checking your documentation for broken links☆155Updated 5 months ago
- Define compiler intermediate representation usable by external tools☆73Updated 10 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆200Updated 2 months ago