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:
- ☆94Updated 2 years ago
- Home of the "types team", affiliated with the compiler and lang teams.☆96Updated 2 years ago
- Rust tutorial to demonstrate how variance works☆259Updated last year
- Manual segmented stacks for Rust☆329Updated 2 months ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆187Updated 4 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆165Updated last year
- generators☆211Updated 2 years ago
- Hazard pointers in Rust.☆213Updated 3 weeks ago
- Guide for standard library developers☆85Updated 8 months ago
- An unofficial, experimental place for documenting and gathering feedback on the design problems around Rust's orphan rules☆221Updated 6 years ago
- home for proposals in and around compile-time function evaluation☆112Updated 3 weeks ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆263Updated 3 years ago
- A wrapper around Rust futures that stores the future in space provided by the caller.☆304Updated last month
- Utility wrapper to send non send types to other threads safely☆185Updated 9 months ago
- Support crate for rustc's self-profiling feature☆375Updated 5 months ago
- ☆179Updated 2 years ago
- A thread pool for isolating blocking I/O in async programs☆372Updated 4 months ago
- Graph the number of crates that depend on your crate over time☆254Updated last week
- A data structure to efficiently intern, cache and restore strings.☆206Updated 4 months ago
- A Rust macro to determine if a type implements a logical trait expression☆262Updated 6 years ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆265Updated last month
- Async stream for Rust and the futures crate.☆192Updated 3 weeks ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Updated 3 years ago
- Count lines of LLVM IR per generic function☆491Updated last week
- Compile-time reference counting☆455Updated 7 months ago
- ☆100Updated 4 months ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆492Updated last year
- Statically-checked alternatives to RefCell and RwLock☆385Updated 3 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆233Updated 4 years ago