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:
- Subcommand to show result of macro expansion☆2,977Updated 3 weeks ago
- Parser for Rust source code☆3,213Updated this week
- Rust port of Google's SwissTable hash map☆2,797Updated last week
- 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,151Updated last month
- Medium to hard Rust questions with explanations☆1,869Updated 3 weeks ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,035Updated last week
- Some more derive(Trait) options☆2,011Updated last week
- Compile time static maps for Rust☆2,047Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,226Updated 3 weeks ago
- Rust API guidelines☆1,309Updated 4 months ago
- A binary encoder / decoder implementation in Rust.☆3,084Updated 3 months ago
- Hypothesis-like property testing for Rust☆1,961Updated last week
- A safe and fast multi-producer, multi-consumer channel.☆2,761Updated last month
- Rust derive-based argument parsing optimized for code size☆1,863Updated 3 months ago
- Defines the Rust borrow checker.☆1,538Updated 5 months ago
- Rust cache structures and easy function memoization☆1,911Updated 3 months ago
- A crate for managing memory bit by bit☆1,356Updated last year
- A small rust library for adding custom derives to enums☆2,194Updated 3 months ago
- A code coverage tool for Rust projects☆2,817Updated this week
- Automated property based testing for Rust (with shrinking).☆2,653Updated 6 months ago
- Zero-copy deserialization framework for Rust☆3,633Updated last week
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,541Updated this week
- A next-generation test runner for Rust.☆2,667Updated this week
- Find unused dependencies in Cargo.toml☆2,036Updated this week
- A fast bump allocation arena for Rust☆1,954Updated 3 weeks ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,247Updated last year
- Rust library for single assignment cells and lazy statics without macros☆2,038Updated 5 months ago
- A snapshot testing library for rust☆2,628Updated this week
- Panic messages for humans.☆1,796Updated 2 weeks ago