dtolnay / case-studiesLinks
Analysis of various tricky Rust code
☆1,959Updated 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,936Updated this week
- Concurrency permutation testing tool for Rust.☆2,471Updated last month
- Parser for Rust source code☆3,180Updated last week
- Rust port of Google's SwissTable hash map☆2,768Updated this week
- Medium to hard Rust questions with explanations☆1,847Updated 3 weeks ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,012Updated last week
- A fast bump allocation arena for Rust☆1,899Updated 3 months ago
- Hypothesis-like property testing for Rust☆1,937Updated this week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,092Updated 2 weeks ago
- Rust derive-based argument parsing optimized for code size☆1,844Updated 2 months ago
- Some more derive(Trait) options☆1,990Updated 3 weeks ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,180Updated 2 weeks ago
- Rust API guidelines☆1,301Updated 2 months ago
- Compile time static maps for Rust☆2,017Updated last month
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,244Updated last year
- Defines the Rust borrow checker.☆1,508Updated 4 months ago
- A safe and fast multi-producer, multi-consumer channel.☆2,738Updated last week
- Easily assign underlying errors into domain-specific errors while adding context☆1,788Updated last week
- A lock-free, read-optimized, concurrency primitive.☆2,026Updated last week
- A binary encoder / decoder implementation in Rust.☆3,084Updated last month
- A snapshot testing library for rust☆2,586Updated 3 weeks ago
- A code coverage tool for Rust projects☆2,784Updated last week
- The Rust Performance Book☆2,483Updated last week
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,523Updated 2 weeks ago
- A next-generation test runner for Rust.☆2,605Updated this week
- A small rust library for adding custom derives to enums☆2,164Updated 2 months ago
- Rust library for single assignment cells and lazy statics without macros☆2,022Updated 4 months ago
- Rust quasi-quoting☆1,467Updated last week
- Panic messages for humans.☆1,782Updated this week
- Blazing fast concurrent HashMap for Rust.☆3,696Updated 7 months ago