Ensure correct assumptions about constants, types, and more in Rust
☆648Nov 18, 2023Updated 2 years ago
Alternatives and similar repositories for static-assertions
Users that are interested in static-assertions are comparing it to the libraries listed below
Sorting:
- Some more derive(Trait) options☆2,085Mar 6, 2026Updated 2 weeks ago
- Compile time numbers in Rust.☆581Nov 2, 2025Updated 4 months ago
- Macros for all your token pasting needs☆1,081Oct 6, 2024Updated last year
- Attribute macro to require that the compiler prove a function can't ever panic☆1,186Feb 8, 2026Updated last month
- Conditional compilation according to rustc compiler version☆393Feb 16, 2026Updated last month
- Test harness for ui tests of compiler diagnostics☆959Feb 12, 2026Updated last month
- A vector with a fixed capacity. (Rust)☆855Oct 19, 2024Updated last year
- A library for to allow multiple return types by automatically generated enum.☆377Mar 12, 2026Updated last week
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,630Feb 16, 2026Updated last month
- Heapless, `static` friendly data structures☆1,928Feb 16, 2026Updated last month
- Slotmap data structure for Rust☆1,293Dec 6, 2025Updated 3 months ago
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,335Sep 26, 2025Updated 5 months ago
- Rust library for single assignment cells and lazy statics without macros☆2,070Mar 12, 2026Updated last week
- Runtime for executing procedural macros as WebAssembly☆1,474Jan 21, 2026Updated 2 months ago
- This crate guarantees that your application is free of panicking branches☆178May 23, 2019Updated 6 years ago
- Compile time static maps for Rust☆2,108Mar 12, 2026Updated last week
- A string type for Rust that is not required to be valid UTF-8.☆1,048Feb 10, 2026Updated last month
- A fast bump allocation arena for Rust☆2,143Feb 26, 2026Updated 3 weeks ago
- Rust crate for a convenient RAII scope guard.☆554Jul 17, 2023Updated 2 years ago
- Hypothesis-like property testing for Rust☆2,073Mar 9, 2026Updated last week
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆359Jan 20, 2026Updated 2 months ago
- Automated property based testing for Rust (with shrinking).☆2,720Feb 10, 2026Updated last month
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆686Aug 18, 2023Updated 2 years ago
- Find unused dependencies in Cargo.toml☆2,084Dec 29, 2025Updated 2 months ago
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,567Jan 11, 2026Updated 2 months ago
- A crate for safe and ergonomic pin-projection.☆704Mar 12, 2026Updated last week
- Slab allocator for Rust☆884Jan 31, 2026Updated last month
- Assorted immutable collection datatypes for Rust☆1,576Aug 19, 2024Updated last year
- Error management☆1,417May 2, 2020Updated 5 years ago
- Type erasure for async trait methods☆2,131Feb 16, 2026Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,312Jan 7, 2026Updated 2 months ago
- Cargo subcommand to provide various options useful for testing and continuous integration.☆808Mar 12, 2026Updated last week
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 6 months ago
- A collection of small utilities for working with pointer types in Rust.☆133Jan 17, 2025Updated last year
- A small rust library for adding custom derives to enums☆2,328Mar 7, 2026Updated 2 weeks ago
- Statistics-driven benchmarking library for Rust☆5,433Nov 29, 2025Updated 3 months ago
- Subcommand to show result of macro expansion☆3,048Feb 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
- [deprecated] Avoid memcpy calls when working with standard containers☆278Sep 23, 2022Updated 3 years ago