| Crates.io | sa |
| lib.rs | sa |
| version | 2.0.0 |
| created_at | 2020-04-21 20:24:05.076666+00 |
| updated_at | 2021-12-02 16:15:03.781839+00 |
| 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