Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jswrenn/final


https://github.com/jswrenn/final

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

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.