Ensure correct assumptions about constants, types, and more in Rust
☆646Nov 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:
- Compile time numbers in Rust.☆578Nov 2, 2025Updated 3 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,183Feb 8, 2026Updated 2 weeks ago
- Macros for all your token pasting needs☆1,080Oct 6, 2024Updated last year
- Some more derive(Trait) options☆2,076Feb 4, 2026Updated 3 weeks ago
- Conditional compilation according to rustc compiler version☆392Feb 16, 2026Updated last week
- A library for to allow multiple return types by automatically generated enum.☆374Feb 18, 2026Updated last week
- A vector with a fixed capacity. (Rust)☆851Oct 19, 2024Updated last year
- Test harness for ui tests of compiler diagnostics☆957Feb 12, 2026Updated 2 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,621Feb 16, 2026Updated last week
- Slotmap data structure for Rust☆1,287Dec 6, 2025Updated 2 months ago
- Heapless, `static` friendly data structures☆1,920Feb 16, 2026Updated last week
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,331Sep 26, 2025Updated 5 months ago
- Rust library for single assignment cells and lazy statics without macros☆2,064May 24, 2025Updated 9 months ago
- Compile time static maps for Rust☆2,101Feb 20, 2026Updated last week
- Runtime for executing procedural macros as WebAssembly☆1,471Jan 21, 2026Updated last month
- A string type for Rust that is not required to be valid UTF-8.☆1,038Feb 10, 2026Updated 2 weeks ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆354Jan 20, 2026Updated last month
- A collection of small utilities for working with pointer types in Rust.☆133Jan 17, 2025Updated last year
- Slab allocator for Rust☆875Jan 31, 2026Updated last month
- Rust crate for a convenient RAII scope guard.☆551Jul 17, 2023Updated 2 years ago
- Assorted immutable collection datatypes for Rust☆1,574Aug 19, 2024Updated last year
- Hypothesis-like property testing for Rust☆2,061Feb 13, 2026Updated 2 weeks ago
- Automated property based testing for Rust (with shrinking).☆2,699Feb 10, 2026Updated 2 weeks ago
- A fast bump allocation arena for Rust☆2,117Updated this week
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,563Jan 11, 2026Updated last month
- This crate guarantees that your application is free of panicking branches☆178May 23, 2019Updated 6 years ago
- Find unused dependencies in Cargo.toml☆2,085Dec 29, 2025Updated 2 months ago
- Error management☆1,417May 2, 2020Updated 5 years ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,273Feb 26, 2024Updated 2 years ago
- Type erasure for async trait methods☆2,118Feb 16, 2026Updated last week
- A crate for safe and ergonomic pin-projection.☆705Feb 16, 2026Updated last week
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆687Aug 18, 2023Updated 2 years ago
- Cargo subcommand to provide various options useful for testing and continuous integration.☆803Feb 13, 2026Updated 2 weeks ago
- A macro to generate structures which behave like bitflags☆1,108Feb 13, 2026Updated 2 weeks ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,300Jan 7, 2026Updated last month
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 5 months ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,282Feb 21, 2026Updated last week
- Statistics-driven benchmarking library for Rust☆5,428Nov 29, 2025Updated 3 months ago
- A small rust library for adding custom derives to enums☆2,303Feb 22, 2026Updated last week