1 unstable release

Uses old Rust 2015

0.1.0 Feb 7, 2019

#15 in #particular

Download history 403/week @ 2024-03-13 439/week @ 2024-03-20 476/week @ 2024-03-27 361/week @ 2024-04-03 441/week @ 2024-04-10 291/week @ 2024-04-17 283/week @ 2024-04-24 229/week @ 2024-05-01 302/week @ 2024-05-08 366/week @ 2024-05-15 340/week @ 2024-05-22 354/week @ 2024-05-29 304/week @ 2024-06-05 291/week @ 2024-06-12 276/week @ 2024-06-19 304/week @ 2024-06-26

1,233 downloads per month
Used in 2 crates (via data_model)

BSD-3-Clause

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.

No runtime deps