## err_or
[](https://github.com/WaffleLapkin/err_or/actions)
[](https://err-or.netlify.com/)
[](https://docs.rs/err_or)
[](https://crates.io/crates/err_or)
[](LICENSE)
Rust lib which allows you to convert `Option<E>` into `Result<_, E>`.
```toml
[dependencies]
err_or = "0.1"
```
_Compiler support: requires rustc 1.7+ (1.0+ if compiled with `sfeatures = ["std"]`)_