1 unstable release

Uses old Rust 2015

0.1.0 Feb 7, 2019

#14 in #particular

Download history 300/week @ 2024-07-22 297/week @ 2024-07-29 295/week @ 2024-08-05 280/week @ 2024-08-12 238/week @ 2024-08-19 190/week @ 2024-08-26 170/week @ 2024-09-02 146/week @ 2024-09-09 117/week @ 2024-09-16 224/week @ 2024-09-23 112/week @ 2024-09-30 141/week @ 2024-10-07 237/week @ 2024-10-14 540/week @ 2024-10-21 131/week @ 2024-10-28 134/week @ 2024-11-04

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