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:
- Hazard pointers in Rust.☆212Updated this week
- ☆94Updated 2 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆164Updated last year
- Rust tutorial to demonstrate how variance works☆258Updated 11 months ago
- Home of the "types team", affiliated with the compiler and lang teams.☆96Updated 2 years ago
- Utility wrapper to send non send types to other threads safely☆186Updated 8 months ago
- Manual segmented stacks for Rust☆328Updated last month
- Compile-time reference counting☆456Updated 6 months ago
- An unofficial, experimental place for documenting and gathering feedback on the design problems around Rust's orphan rules☆221Updated 6 years ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆264Updated 3 weeks ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆187Updated 4 years ago
- generators☆211Updated 2 years ago
- home for proposals in and around compile-time function evaluation☆111Updated 2 years ago
- A data structure to efficiently intern, cache and restore strings.☆206Updated 3 months ago
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆234Updated 4 years ago
- A thread pool for isolating blocking I/O in async programs☆371Updated 3 months ago
- A wrapper around Rust futures that stores the future in space provided by the caller.☆304Updated 2 weeks ago
- Define your own PhantomData☆158Updated 2 weeks ago
- Async stream for Rust and the futures crate.☆189Updated last month
- Support crate for rustc's self-profiling feature☆377Updated 5 months ago
- A Rust macro to determine if a type implements a logical trait expression☆261Updated 5 years ago
- Statically-checked alternatives to RefCell and RwLock☆383Updated 2 months ago
- a lock-free concurrent slab (experimental)☆302Updated 11 months ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆263Updated 3 years ago
- ☆237Updated 4 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆267Updated 3 weeks ago
- Graph the number of crates that depend on your crate over time☆254Updated last week
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆138Updated 6 months ago
- Bisects rustc, either nightlies or CI artifacts☆195Updated last week
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago