1 unstable release
Uses old Rust 2015
0.1.0 | Feb 7, 2019 |
---|
#15 in #particular
1,233 downloads per month
Used in 2 crates
(via data_model)
4KB
Macros that assert properties of code at compile time.
A static assertion is particularly appropriate when unsafe code relies on two types to have the same size, or on some type to have a particular size.