rust-lang / rustc-reading-clubLinks
Rust Code Reading Clubs
☆141Updated 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 5 months ago
- Graph the number of crates that depend on your crate over time☆241Updated 2 weeks ago
- Rust tutorial to demonstrate how variance works☆252Updated 5 months ago
- home for proposals in and around compile-time function evaluation☆110Updated last year
- Utility wrapper to send non send types to other threads safely☆182Updated 2 months ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆183Updated 4 years ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆251Updated 2 months ago
- Manual segmented stacks for Rust☆307Updated last month
- Home of the "types team", affiliated with the compiler and lang teams.☆96Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆158Updated last year
- a lock-free concurrent slab (experimental)☆284Updated 5 months ago
- A Rust macro to determine if a type implements a logical trait expression☆257Updated 5 years ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- ☆93Updated last year
- Execute your code on the Rust ecosystem.☆184Updated this week
- Compile-time reference counting☆448Updated 2 weeks ago
- Support crate for rustc's self-profiling feature☆351Updated 3 months ago
- An unofficial, experimental place for documenting and gathering feedback on the design problems around Rust's orphan rules☆211Updated 6 years ago
- generators☆208Updated last year
- Guide for standard library developers☆84Updated last month
- Have questions on the Rust Foundation? Ask here!☆88Updated 4 years ago
- A thread pool for isolating blocking I/O in async programs☆356Updated 4 months ago
- Cargo extension for running Criterion.rs benchmarks☆199Updated 2 weeks ago
- Define compiler intermediate representation usable by external tools☆74Updated 11 months ago
- A fast, concurrent string interner☆150Updated 9 months ago
- A data structure to efficiently intern, cache and restore strings.☆195Updated 2 months ago
- Count lines of LLVM IR per generic function☆445Updated 4 months ago
- docs.rs as a publishing platform?☆69Updated 2 weeks ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆204Updated 2 weeks ago