dtolnay / case-studiesLinks
Analysis of various tricky Rust code
☆1,976Updated last week
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,998Updated this week
- Concurrency permutation testing tool for Rust.☆2,556Updated 4 months ago
- Parser for Rust source code☆3,245Updated last week
- Rust derive-based argument parsing optimized for code size☆1,870Updated 5 months ago
- Rust port of Google's SwissTable hash map☆2,827Updated last week
- Some more derive(Trait) options☆2,038Updated last week
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,060Updated 3 weeks ago
- Medium to hard Rust questions with explanations☆1,885Updated last week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,217Updated last week
- Hypothesis-like property testing for Rust☆1,993Updated 3 weeks ago
- Compile time static maps for Rust☆2,072Updated 2 months ago
- A code coverage tool for Rust projects☆2,860Updated last week
- A safe and fast multi-producer, multi-consumer channel.☆2,822Updated 2 weeks ago
- Rust API guidelines☆1,316Updated 5 months ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,820Updated 2 weeks ago
- A next-generation test runner for Rust.☆2,730Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,254Updated 3 weeks ago
- A binary encoder / decoder implementation in Rust.☆3,082Updated 4 months ago
- Defines the Rust borrow checker.☆1,557Updated 6 months ago
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,551Updated last month
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,257Updated last year
- Rust cache structures and easy function memoization☆1,931Updated last month
- A fast bump allocation arena for Rust☆2,010Updated last week
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,688Updated last month
- A Rust port of FlameGraph☆1,999Updated 3 weeks ago
- A snapshot testing library for rust☆2,661Updated last week
- Rust library for single assignment cells and lazy statics without macros☆2,047Updated 7 months ago
- Find unused dependencies in Cargo.toml☆2,047Updated last month
- A lock-free, read-optimized, concurrency primitive.☆2,062Updated 3 weeks ago
- A crate for managing memory bit by bit☆1,362Updated last year