unchecked_unwrap 0.8.0

Adds an unchecked version of `unwrap()` and `expect()` to Option and Result.
Documentation

Adds an unchecked way to yield the content of an [Ok] in [Result] or [Some] in [Option] equivalent to unwrap and expect.

Compiling with the Debug profile the usual checks can be enabled by the debug_checks crate feature, which is enabled by default.