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:
- Hazard pointers in Rust.☆204Updated last week
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆157Updated last year
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆183Updated 4 years ago
- Home of the "types team", affiliated with the compiler and lang teams.☆96Updated last year
- A Rust macro to determine if a type implements a logical trait expression☆258Updated 5 years ago
- ☆93Updated last year
- Compile-time reference counting☆451Updated last month
- Guide for standard library developers☆83Updated 2 months ago
- ☆176Updated last year
- Manual segmented stacks for Rust☆308Updated 2 months ago
- A wrapper around Rust futures that stores the future in space provided by the caller.☆300Updated last year
- An unofficial, experimental place for documenting and gathering feedback on the design problems around Rust's orphan rules☆211Updated 6 years ago
- Rust tutorial to demonstrate how variance works☆254Updated 5 months ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆469Updated last year
- lens implemented in rust☆115Updated 2 years ago
- Graph the number of crates that depend on your crate over time☆249Updated 2 weeks ago
- Faster, more compact implementation of std::Cow☆355Updated 2 years ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆252Updated 3 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Utility wrapper to send non send types to other threads safely☆182Updated 3 months ago
- Async stream for Rust and the futures crate.☆183Updated 2 weeks ago
- generators☆209Updated last year
- A working Rust example for how to implement Borrow for complex keys☆66Updated last year
- Execute your code on the Rust ecosystem.☆184Updated this week
- a lock-free concurrent slab (experimental)☆287Updated 6 months ago
- Support crate for rustc's self-profiling feature☆353Updated 4 months ago
- skiplist☆142Updated 3 years ago
- A thread pool for isolating blocking I/O in async programs☆358Updated 5 months ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆262Updated 3 years ago
- rust stackful generator library☆332Updated last month