final 0.1.0

Wrap a value in a type that does not give out mutable references.
Documentation

This 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.