Analysis of various tricky Rust code
☆1,999Dec 20, 2025Updated 3 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:
- Learn to write Rust procedural macros [Rust Latam conference, Montevideo Uruguay, March 2019]☆4,770Updated this week
- Runtime for executing procedural macros as WebAssembly☆1,474Jan 21, 2026Updated 2 months ago
- Medium to hard Rust questions with explanations☆1,898Dec 20, 2025Updated 3 months ago
- Macros for all your token pasting needs☆1,081Oct 6, 2024Updated last year
- A string type for Rust that is not required to be valid UTF-8.☆1,053Feb 10, 2026Updated last month
- Concurrency permutation testing tool for Rust.☆2,640Feb 20, 2026Updated last month
- Parser for Rust source code☆3,302Updated this week
- Rust library for single assignment cells and lazy statics without macros☆2,070Mar 12, 2026Updated last week
- Test harness for ui tests of compiler diagnostics☆959Feb 12, 2026Updated last month
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,295Feb 21, 2026Updated last month
- Tools for concurrent programming in Rust☆8,369Feb 22, 2026Updated 3 weeks ago
- A minimal `syn` syntax tree pretty-printer☆750Feb 9, 2026Updated last month
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,986Feb 8, 2026Updated last month
- A small and fast async runtime for Rust☆4,820Feb 23, 2026Updated 3 weeks ago
- Statistics-driven benchmarking library for Rust☆5,433Nov 29, 2025Updated 3 months ago
- Rust port of Google's SwissTable hash map☆2,881Mar 7, 2026Updated 2 weeks ago
- A safe and fast multi-producer, multi-consumer channel.☆2,971Dec 22, 2025Updated 2 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,186Feb 8, 2026Updated last month
- Empowering everyone to build asynchronous software☆854Oct 29, 2019Updated 6 years ago
- Subcommand to show result of macro expansion☆3,048Feb 12, 2026Updated last month
- An interpreter for Rust's mid-level intermediate representation☆5,966Updated this week
- A fast bump allocation arena for Rust☆2,143Feb 26, 2026Updated 3 weeks ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,312Jan 7, 2026Updated 2 months ago
- Rust parser combinator framework☆10,340Aug 26, 2025Updated 6 months ago
- Flexible concrete Error type built on std::Error☆6,464Feb 20, 2026Updated last month
- derive(Error) for struct and enum error types☆5,382Feb 16, 2026Updated last month
- Defines the Rust borrow checker.☆1,582Jun 6, 2025Updated 9 months ago
- Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3☆5,840Mar 11, 2026Updated last week
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,787Feb 7, 2026Updated last month
- Easily assign underlying errors into domain-specific errors while adding context☆1,859Mar 2, 2026Updated 2 weeks ago
- Application level tracing for Rust.☆6,575Mar 13, 2026Updated last week
- A snapshot testing library for rust☆2,798Mar 14, 2026Updated last week
- A modern Rust debugging library 🦀☆891May 15, 2022Updated 3 years ago
- Forum for discussion about what unsafe code can and can't do☆739Aug 19, 2025Updated 7 months ago
- Typed distributed plugin registration☆1,278Feb 19, 2026Updated last month
- Compile time static maps for Rust☆2,108Mar 12, 2026Updated last week
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,105Feb 20, 2026Updated last month
- A catalogue of Rust design patterns, anti-patterns and idioms☆8,743Mar 2, 2026Updated 2 weeks ago
- Rust doesn't have exceptions☆634Aug 17, 2020Updated 5 years ago