1 unstable release

Uses old Rust 2015

0.1.0 Feb 7, 2019

#12 in #particular

Download history 460/week @ 2023-12-14 381/week @ 2023-12-21 397/week @ 2023-12-28 671/week @ 2024-01-04 591/week @ 2024-01-11 553/week @ 2024-01-18 463/week @ 2024-01-25 438/week @ 2024-02-01 345/week @ 2024-02-08 363/week @ 2024-02-15 401/week @ 2024-02-22 398/week @ 2024-02-29 446/week @ 2024-03-07 398/week @ 2024-03-14 450/week @ 2024-03-21 469/week @ 2024-03-28

1,851 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