https://github.com/wafflelapkin/err_or
Rust lib which allows you to convert optional error into result
https://github.com/wafflelapkin/err_or
error rust
Last synced: 3 months ago
JSON representation
Rust lib which allows you to convert optional error into result
- Host: GitHub
- URL: https://github.com/wafflelapkin/err_or
- Owner: WaffleLapkin
- License: other
- Created: 2020-07-03T07:36:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T22:24:18.000Z (over 4 years ago)
- Last Synced: 2025-03-19T21:46:30.406Z (3 months ago)
- Topics: error, rust
- Language: Rust
- Homepage: https://docs.rs/err_or/
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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` into `Result<_, E>`.
```toml
[dependencies]
err_or = "0.1"
```_Compiler support: requires rustc 1.7+ (1.0+ if compiled with `features = ["std"]`)_