dtolnay / case-studiesLinks
Analysis of various tricky Rust code
☆1,963Updated last month
Alternatives and similar repositories for case-studies
Users that are interested in case-studies are comparing it to the libraries listed below
Sorting:
- Subcommand to show result of macro expansion☆2,941Updated 2 weeks ago
- Medium to hard Rust questions with explanations☆1,847Updated last month
- Concurrency permutation testing tool for Rust.☆2,480Updated 2 months ago
- Rust port of Google's SwissTable hash map☆2,774Updated 2 weeks ago
- Parser for Rust source code☆3,185Updated 2 weeks ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,108Updated last week
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,012Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,185Updated 3 weeks ago
- Some more derive(Trait) options☆1,996Updated last month
- Hypothesis-like property testing for Rust☆1,942Updated 2 weeks ago
- Compile time static maps for Rust☆2,022Updated last month
- A crate for managing memory bit by bit☆1,340Updated last year
- Rust API guidelines☆1,304Updated 3 months ago
- A binary encoder / decoder implementation in Rust.☆3,080Updated 2 months ago
- A fast bump allocation arena for Rust☆1,906Updated 3 months ago
- Defines the Rust borrow checker.☆1,523Updated 4 months ago
- A safe and fast multi-producer, multi-consumer channel.☆2,745Updated 2 weeks ago
- Rust derive-based argument parsing optimized for code size☆1,848Updated 2 months ago
- A next-generation test runner for Rust.☆2,617Updated last week
- Easily assign underlying errors into domain-specific errors while adding context☆1,794Updated 2 weeks ago
- Rust cache structures and easy function memoization☆1,896Updated 2 months ago
- A code coverage tool for Rust projects☆2,790Updated last week
- Rust library for single assignment cells and lazy statics without macros☆2,030Updated 4 months ago
- Panic messages for humans.☆1,785Updated 2 weeks ago
- Type erasure for async trait methods☆2,062Updated last week
- The Little Book of Rust Macros☆907Updated 2 years ago
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,642Updated 2 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,246Updated last year
- Blazing fast concurrent HashMap for Rust.☆3,709Updated 7 months ago
- Find unused dependencies in Cargo.toml☆2,023Updated 2 weeks ago