unsafe_unwrap 0.1.0

Unsafely unwrap Result and Option types without checking.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
authors = ["Nikolai Vazquez"]
categories = ["no-std"]
description = "Unsafely unwrap Result and Option types without checking."
homepage = "https://github.com/nvzqz/unsafe-unwrap-rs"
keywords = ["unsafe", "unwrap", "option", "result"]
license = "MIT/Apache-2.0"
name = "unsafe_unwrap"
readme = "README.md"
repository = "https://github.com/nvzqz/unsafe-unwrap-rs"
version = "0.1.0"