3 stable releases
2.0.0 | Dec 2, 2021 |
---|---|
1.0.1 | Apr 22, 2020 |
1.0.0 | Apr 21, 2020 |
#406 in No standard library
206 downloads per month
Used in 2 crates
4KB
static-assert
Simple static_assert
macro for compile time assertions.
Uses const_panic
within const
variable to produce compile error hence only usable in const
context
Requirements
- Rust 1.57