dtolnay / case-studiesLinks
Analysis of various tricky Rust code
☆1,991Updated 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:
- Concurrency permutation testing tool for Rust.☆2,592Updated 3 weeks ago
- Subcommand to show result of macro expansion☆3,028Updated 3 weeks ago
- Rust port of Google's SwissTable hash map☆2,862Updated this week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,267Updated last month
- Medium to hard Rust questions with explanations☆1,892Updated last month
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,090Updated 3 weeks ago
- Compile time static maps for Rust☆2,093Updated this week
- Hypothesis-like property testing for Rust☆2,037Updated this week
- Parser for Rust source code☆3,283Updated this week
- A binary encoder / decoder implementation in Rust.☆3,076Updated 5 months ago
- Rust API guidelines☆1,314Updated 7 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,287Updated last month
- A fast bump allocation arena for Rust☆2,087Updated 3 weeks ago
- A next-generation test runner for Rust.☆2,806Updated this week
- Some more derive(Trait) options☆2,068Updated this week
- A safe and fast multi-producer, multi-consumer channel.☆2,869Updated last month
- Rust derive-based argument parsing optimized for code size☆1,877Updated 6 months ago
- A code coverage tool for Rust projects☆2,896Updated this week
- A Rust port of FlameGraph☆2,025Updated 2 months ago
- Defines the Rust borrow checker.☆1,578Updated 8 months ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,836Updated 3 weeks ago
- A lock-free, read-optimized, concurrency primitive.☆2,075Updated last week
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,703Updated 3 weeks ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,270Updated last year
- A snapshot testing library for rust☆2,733Updated last week
- Rust cache structures and easy function memoization☆1,959Updated last month
- Automated property based testing for Rust (with shrinking).☆2,689Updated 9 months ago
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,560Updated 3 weeks ago
- The Little Book of Rust Macros☆914Updated 3 years ago
- A small rust library for adding custom derives to enums☆2,275Updated 2 weeks ago