dtolnay / case-studiesLinks
Analysis of various tricky Rust code
☆1,896Updated 4 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,855Updated last month
- Parser for Rust source code☆3,083Updated 2 weeks ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆2,980Updated this week
- Extra iterator adaptors, iterator methods, free functions, and macros.☆2,928Updated last month
- A binary encoder / decoder implementation in Rust.☆2,995Updated last week
- Concurrency permutation testing tool for Rust.☆2,352Updated last month
- Rust port of Google's SwissTable hash map☆2,644Updated this week
- Compile time static maps for Rust☆1,928Updated 4 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,029Updated this week
- A safe and fast multi-producer, multi-consumer channel.☆2,631Updated 3 months ago
- Rust API guidelines☆1,274Updated this week
- Hypothesis-like property testing for Rust☆1,880Updated this week
- Zero-copy deserialization framework for Rust☆3,269Updated last month
- derive(Error) for struct and enum error types☆4,914Updated 2 weeks ago
- Rust derive-based argument parsing optimized for code size☆1,797Updated last week
- Automated property based testing for Rust (with shrinking).☆2,578Updated 3 weeks ago
- Rust library for single assignment cells and lazy statics without macros☆1,982Updated last week
- Medium to hard Rust questions with explanations☆1,787Updated 2 months ago
- A fast bump allocation arena for Rust☆1,753Updated this week
- Some more derive(Trait) options☆1,922Updated this week
- Parse command line arguments by defining a struct.☆2,728Updated last year
- A snapshot testing library for rust☆2,497Updated 2 weeks ago
- A small rust library for adding custom derives to enums☆2,046Updated last month
- The missing batteries of Rust☆2,056Updated 3 months ago
- Blazing fast concurrent HashMap for Rust.☆3,470Updated 2 months ago
- Statistics-driven benchmarking library for Rust☆5,043Updated 2 weeks ago
- A code coverage tool for Rust projects☆2,707Updated last week
- Rust cache structures and easy function memoization☆1,795Updated 2 months ago
- ❌ Cargo plugin for linting your dependencies 🦀☆1,955Updated last week
- A lock-free, read-optimized, concurrency primitive.☆1,998Updated 11 months ago