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.☆208Updated 3 months ago
- An unofficial, experimental place for documenting and gathering feedback on the design problems around Rust's orphan rules☆215Updated 6 years ago
- Home of the "types team", affiliated with the compiler and lang teams.☆96Updated last year
- Rust tutorial to demonstrate how variance works☆255Updated 9 months ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆185Updated 4 years ago
- ☆94Updated 2 years ago
- Compile-time reference counting☆456Updated 4 months ago
- Manual segmented stacks for Rust☆321Updated this week
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- a lock-free concurrent slab (experimental)☆297Updated 9 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆259Updated 2 months ago
- ☆101Updated last month
- Graph the number of crates that depend on your crate over time☆253Updated 3 weeks ago
- Async stream for Rust and the futures crate.☆187Updated last week
- 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
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆163Updated last year
- A Rust macro to determine if a type implements a logical trait expression☆259Updated 5 years ago
- A thread pool for isolating blocking I/O in async programs☆366Updated last month
- Execute your code on the Rust ecosystem.☆184Updated last month
- A data structure to efficiently intern, cache and restore strings.☆203Updated last month
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆260Updated 3 years ago
- home for proposals in and around compile-time function evaluation☆110Updated 2 years ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Statically-checked alternatives to RefCell and RwLock☆373Updated 2 weeks ago
- Count lines of LLVM IR per generic function☆475Updated this week
- Bisects rustc, either nightlies or CI artifacts☆192Updated last week
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- Support crate for rustc's self-profiling feature☆373Updated 2 months ago
- A wrapper around Rust futures that stores the future in space provided by the caller.☆303Updated last year