2 releases
Uses old Rust 2015
0.1.1 | Feb 28, 2022 |
---|---|
0.1.0 | Mar 12, 2017 |
#2298 in Data structures
30 downloads per month
3KB
This no-std crate provides the Final
, struct which guarantees the interior immutability of the value that it wraps. This is useful for preserving invariants on the fields of structures, whose 'safe' mutation would cause undefined behavior.