Crates.io | sa |
lib.rs | sa |
version | 2.0.0 |
source | src |
created_at | 2020-04-21 20:24:05.076666 |
updated_at | 2021-12-02 16:15:03.781839 |
description | Simple Rust macro to assert constant expressions |
homepage | |
repository | https://github.com/DoumanAsh/static-assert |
max_upload_size | |
id | 232705 |
size | 5,188 |
Simple static_assert
macro for compile time assertions.
Uses const_panic
within const
variable to produce compile error hence only usable in const
context