dtolnay / case-studiesLinks
Analysis of various tricky Rust code
☆1,954Updated 3 weeks ago
Alternatives and similar repositories for case-studies
Users that are interested in case-studies are comparing it to the libraries listed below
Sorting:
- Rust port of Google's SwissTable hash map☆2,743Updated 2 weeks ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,070Updated last month
- Medium to hard Rust questions with explanations☆1,840Updated 3 weeks ago
- Compile time static maps for Rust☆1,985Updated 3 weeks ago
- Subcommand to show result of macro expansion☆2,923Updated last week
- Concurrency permutation testing tool for Rust.☆2,452Updated last month
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,000Updated 2 weeks ago
- Parser for Rust source code☆3,165Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,159Updated 3 weeks ago
- Some more derive(Trait) options☆1,981Updated last month
- Rust API guidelines☆1,297Updated 2 months ago
- Rust derive-based argument parsing optimized for code size☆1,842Updated last month
- Hypothesis-like property testing for Rust☆1,926Updated this week
- A safe and fast multi-producer, multi-consumer channel.☆2,721Updated 6 months ago
- The missing batteries of Rust☆2,067Updated 7 months ago
- A code coverage tool for Rust projects☆2,766Updated last week
- Rust cache structures and easy function memoization☆1,877Updated last month
- Defines the Rust borrow checker.☆1,495Updated 3 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,238Updated last year
- A next-generation test runner for Rust.☆2,562Updated last week
- A fast bump allocation arena for Rust☆1,877Updated 2 months ago
- A binary encoder / decoder implementation in Rust.☆3,083Updated 3 weeks ago
- A crate for managing memory bit by bit☆1,326Updated last year
- A lock-free, read-optimized, concurrency primitive.☆2,008Updated last month
- Statistics-driven benchmarking library for Rust☆5,224Updated last month
- Blazing fast concurrent HashMap for Rust.☆3,660Updated 6 months ago
- Automated property based testing for Rust (with shrinking).☆2,618Updated 4 months ago
- Rust library for single assignment cells and lazy statics without macros☆2,019Updated 3 months ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,777Updated this week
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,623Updated last month