dtolnay / case-studiesLinks
Analysis of various tricky Rust code
☆1,968Updated 2 months ago
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,503Updated 2 months ago
- Subcommand to show result of macro expansion☆2,966Updated last week
- Rust port of Google's SwissTable hash map☆2,789Updated last month
- Compile time static maps for Rust☆2,032Updated 3 weeks ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,142Updated last month
- Medium to hard Rust questions with explanations☆1,857Updated 2 weeks ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,023Updated 3 weeks ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,213Updated 2 weeks ago
- Parser for Rust source code☆3,205Updated this week
- Hypothesis-like property testing for Rust☆1,957Updated last week
- Rust API guidelines☆1,309Updated 3 months ago
- A binary encoder / decoder implementation in Rust.☆3,079Updated 2 months ago
- Rust derive-based argument parsing optimized for code size☆1,853Updated 3 months ago
- Some more derive(Trait) options☆2,006Updated this week
- A code coverage tool for Rust projects☆2,804Updated last week
- A fast bump allocation arena for Rust☆1,944Updated 2 weeks ago
- A next-generation test runner for Rust.☆2,645Updated this week
- A safe and fast multi-producer, multi-consumer channel.☆2,757Updated last month
- Easily assign underlying errors into domain-specific errors while adding context☆1,802Updated 2 weeks ago
- A lock-free, read-optimized, concurrency primitive.☆2,042Updated this week
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,539Updated last month
- Rust cache structures and easy function memoization☆1,905Updated 3 months ago
- Defines the Rust borrow checker.☆1,528Updated 5 months ago
- A snapshot testing library for rust☆2,624Updated this week
- Rust quasi-quoting☆1,482Updated this week
- Rust library for single assignment cells and lazy statics without macros☆2,037Updated 5 months ago
- Panic messages for humans.☆1,791Updated this week
- A Rust port of FlameGraph☆1,954Updated 2 weeks ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,245Updated last year
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,655Updated 2 months ago