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:
- Rust tutorial to demonstrate how variance works☆255Updated 8 months ago
- Hazard pointers in Rust.☆206Updated 3 months ago
- ☆94Updated last year
- Manual segmented stacks for Rust☆319Updated 4 months ago
- 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
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆185Updated 4 years ago
- generators☆209Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆162Updated last year
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆260Updated 3 years ago
- Utility wrapper to send non send types to other threads safely☆187Updated 5 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Guide for standard library developers☆85Updated 5 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆257Updated last month
- ☆178Updated last year
- a lock-free concurrent slab (experimental)☆295Updated 8 months ago
- Define your own PhantomData☆156Updated last week
- Reflection via DWARF.☆297Updated 2 years ago
- A Rust macro to determine if a type implements a logical trait expression☆259Updated 5 years ago
- Graph the number of crates that depend on your crate over time☆252Updated this week
- Async stream for Rust and the futures crate.☆187Updated last week
- A wrapper around Rust futures that stores the future in space provided by the caller.☆303Updated last year
- home for proposals in and around compile-time function evaluation☆110Updated 2 years ago
- Compile-time reference counting☆457Updated 3 months ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Support crate for rustc's self-profiling feature☆370Updated 2 months ago
- A data structure to efficiently intern, cache and restore strings.☆203Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆253Updated last week
- A thread pool for isolating blocking I/O in async programs☆361Updated 2 weeks ago
- Statically-checked alternatives to RefCell and RwLock☆371Updated last year