Crates.io | err_or |
lib.rs | err_or |
version | 0.1.0 |
source | src |
created_at | 2020-12-08 22:28:21.874937 |
updated_at | 2020-12-08 22:28:21.874937 |
description | Small lib that helps converting `Option |
homepage | https://github.com/WaffleLapkin/err_or/ |
repository | https://github.com/WaffleLapkin/err_or/ |
max_upload_size | |
id | 320945 |
size | 6,054 |
Rust lib which allows you to convert Option<E>
into Result<_, E>
.
[dependencies]
err_or = "0.1"
Compiler support: requires rustc 1.7+ (1.0+ if compiled with sfeatures = ["std"]
)