dtolnay / case-studiesLinks
Analysis of various tricky Rust code
☆1,969Updated 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,521Updated 3 months ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,165Updated this week
- Subcommand to show result of macro expansion☆2,977Updated 3 weeks ago
- Rust port of Google's SwissTable hash map☆2,801Updated last week
- Hypothesis-like property testing for Rust☆1,963Updated this week
- Parser for Rust source code☆3,219Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,226Updated last month
- A safe and fast multi-producer, multi-consumer channel.☆2,772Updated last month
- Medium to hard Rust questions with explanations☆1,874Updated 3 weeks ago
- Some more derive(Trait) options☆2,012Updated last week
- Blazing fast concurrent HashMap for Rust.☆3,777Updated 8 months ago
- Compile time static maps for Rust☆2,047Updated last month
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,035Updated 2 weeks ago
- Rust derive-based argument parsing optimized for code size☆1,863Updated 3 months ago
- Rust library for single assignment cells and lazy statics without macros☆2,038Updated 5 months ago
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,541Updated last week
- A code coverage tool for Rust projects☆2,817Updated last week
- A next-generation test runner for Rust.☆2,667Updated this week
- A fast bump allocation arena for Rust☆1,963Updated 3 weeks ago
- A binary encoder / decoder implementation in Rust.☆3,084Updated 3 months ago
- Automated property based testing for Rust (with shrinking).☆2,653Updated 6 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,251Updated last year
- A crate for managing memory bit by bit☆1,357Updated last year
- Rust API guidelines☆1,309Updated 4 months ago
- The Rust Performance Book☆2,522Updated this week
- ❌ Cargo plugin for linting your dependencies 🦀☆2,096Updated 3 weeks ago
- Defines the Rust borrow checker.☆1,538Updated 5 months ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,811Updated this week
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,663Updated 3 months ago
- Zero-copy deserialization framework for Rust☆3,633Updated last week