dtolnay / case-studiesLinks
Analysis of various tricky Rust code
☆1,988Updated 3 weeks ago
Alternatives and similar repositories for case-studies
Users that are interested in case-studies are comparing it to the libraries listed below
Sorting:
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,237Updated 2 weeks ago
- Compile time static maps for Rust☆2,076Updated 3 months ago
- Concurrency permutation testing tool for Rust.☆2,568Updated 5 months ago
- Rust port of Google's SwissTable hash map☆2,843Updated 2 weeks ago
- Subcommand to show result of macro expansion☆3,015Updated 3 weeks ago
- Medium to hard Rust questions with explanations☆1,891Updated 3 weeks ago
- Rust derive-based argument parsing optimized for code size☆1,878Updated 5 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,267Updated last week
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,074Updated last month
- Parser for Rust source code☆3,262Updated this week
- Hypothesis-like property testing for Rust☆2,009Updated 3 weeks ago
- Some more derive(Trait) options☆2,054Updated 3 weeks ago
- A binary encoder / decoder implementation in Rust.☆3,077Updated 5 months ago
- A next-generation test runner for Rust.☆2,769Updated this week
- Easily assign underlying errors into domain-specific errors while adding context☆1,827Updated this week
- A lock-free, read-optimized, concurrency primitive.☆2,066Updated 2 weeks ago
- A fast bump allocation arena for Rust☆2,046Updated this week
- A safe and fast multi-producer, multi-consumer channel.☆2,841Updated 3 weeks ago
- A code coverage tool for Rust projects☆2,877Updated last week
- A snapshot testing library for rust☆2,694Updated last week
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,267Updated last year
- Defines the Rust borrow checker.☆1,567Updated 7 months ago
- Rust API guidelines☆1,315Updated 6 months ago
- Panic messages for humans.☆1,809Updated 2 weeks ago
- Automated property based testing for Rust (with shrinking).☆2,678Updated 8 months ago
- Rust cache structures and easy function memoization☆1,944Updated 3 weeks ago
- A crate for managing memory bit by bit☆1,361Updated last year
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,553Updated last month
- Zero-copy deserialization framework for Rust☆3,894Updated this week
- ❌ Cargo plugin for linting your dependencies 🦀☆2,152Updated last week