unwrap-infallible 0.1.5

Unwrapping Result values with compile-time guarantee of infallibility
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "unwrap-infallible"
version = "0.1.5"
authors = ["Mikhail Zabaluev <mikhail.zabaluev@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/mzabaluev/unwrap-infallible"
description = "Unwrapping Result values with compile-time guarantee of infallibility"
keywords = ["infallible", "never-type", "conversion", "maintainability", "refactoring"]
categories = ["rust-patterns"]

[features]
default = []
unstable = ["never_type", "blanket_impl"]
never_type = []
blanket_impl = ["never_type"]