dtolnay / case-studiesLinks
Analysis of various tricky Rust code
☆1,989Updated last month
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☆3,026Updated 2 weeks ago
- Rust port of Google's SwissTable hash map☆2,856Updated last week
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,086Updated 3 weeks ago
- Parser for Rust source code☆3,275Updated last week
- Compile time static maps for Rust☆2,089Updated 3 months ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,263Updated last month
- Concurrency permutation testing tool for Rust.☆2,582Updated 3 weeks ago
- Medium to hard Rust questions with explanations☆1,893Updated last month
- Hypothesis-like property testing for Rust☆2,028Updated this week
- Rust derive-based argument parsing optimized for code size☆1,877Updated 6 months ago
- A safe and fast multi-producer, multi-consumer channel.☆2,861Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,286Updated 3 weeks ago
- Some more derive(Trait) options☆2,064Updated last week
- A binary encoder / decoder implementation in Rust.☆3,075Updated 5 months ago
- A code coverage tool for Rust projects☆2,888Updated last week
- Rust cache structures and easy function memoization☆1,955Updated last month
- The Rust Performance Book☆2,632Updated 2 weeks ago
- A next-generation test runner for Rust.☆2,791Updated last week
- Defines the Rust borrow checker.☆1,574Updated 7 months ago
- A fast bump allocation arena for Rust☆2,079Updated 3 weeks ago
- Find unused dependencies in Cargo.toml☆2,072Updated last month
- A snapshot testing library for rust☆2,733Updated this week
- Rust library for single assignment cells and lazy statics without macros☆2,055Updated 8 months ago
- Blazing fast concurrent HashMap for Rust.☆3,914Updated 10 months ago
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,558Updated 3 weeks ago
- Rust API guidelines☆1,314Updated 6 months ago
- Panic messages for humans.☆1,815Updated last week
- Easily assign underlying errors into domain-specific errors while adding context☆1,833Updated 2 weeks ago
- Statistics-driven benchmarking library for Rust☆5,413Updated 2 months ago
- A crate for managing memory bit by bit☆1,367Updated last year