Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jswrenn/final
https://github.com/jswrenn/final
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jswrenn/final
- Owner: jswrenn
- Created: 2017-03-12T16:31:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T16:22:30.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T23:15:19.807Z (about 2 months ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.