dtolnay / case-studiesLinks
Analysis of various tricky Rust code
☆1,941Updated 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:
- Medium to hard Rust questions with explanations☆1,835Updated this week
- Subcommand to show result of macro expansion☆2,909Updated 3 weeks ago
- Concurrency permutation testing tool for Rust.☆2,441Updated last week
- Parser for Rust source code☆3,149Updated this week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,056Updated last week
- Extra iterator adaptors, iterator methods, free functions, and macros.☆2,984Updated 2 weeks ago
- Hypothesis-like property testing for Rust☆1,914Updated last month
- Rust port of Google's SwissTable hash map☆2,721Updated 2 weeks ago
- Compile time static maps for Rust☆1,977Updated last month
- Rust API guidelines☆1,287Updated last month
- A code coverage tool for Rust projects☆2,755Updated this week
- A next-generation test runner for Rust.☆2,539Updated last week
- A safe and fast multi-producer, multi-consumer channel.☆2,706Updated 5 months ago
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,505Updated this week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,138Updated last month
- Some more derive(Trait) options☆1,972Updated last week
- Defines the Rust borrow checker.☆1,486Updated 2 months ago
- Rust derive-based argument parsing optimized for code size☆1,838Updated last month
- Easily assign underlying errors into domain-specific errors while adding context☆1,729Updated this week
- A binary encoder / decoder implementation in Rust.☆3,082Updated last week
- A fast bump allocation arena for Rust☆1,855Updated last month
- Statistics-driven benchmarking library for Rust☆5,203Updated 3 weeks ago
- Rust cache structures and easy function memoization☆1,866Updated last month
- ❌ Cargo plugin for linting your dependencies 🦀☆2,029Updated this week
- A crate for managing memory bit by bit☆1,319Updated last year
- Panic messages for humans.☆1,777Updated 2 weeks ago
- Automated property based testing for Rust (with shrinking).☆2,610Updated 3 months ago
- Rust library for single assignment cells and lazy statics without macros☆2,012Updated 2 months ago
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,622Updated 2 weeks ago
- A small rust library for adding custom derives to enums☆2,138Updated last month