1 unstable release

Uses old Rust 2015

0.1.0 Feb 7, 2019

#16 in #particular

Download history 92/week @ 2024-11-13 104/week @ 2024-11-20 72/week @ 2024-11-27 83/week @ 2024-12-04 84/week @ 2024-12-11 78/week @ 2024-12-18 19/week @ 2024-12-25 32/week @ 2025-01-01 46/week @ 2025-01-08 52/week @ 2025-01-15 54/week @ 2025-01-22 40/week @ 2025-01-29 68/week @ 2025-02-05 59/week @ 2025-02-12 40/week @ 2025-02-19 49/week @ 2025-02-26

224 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