err_or 0.1.0

Small lib that helps converting `Option<E>` into `Result<_, E>`
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented2 out of 3 items with examples
  • Size
  • Source code size: 5.68 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 190.38 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • WaffleLapkin/err_or
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • WaffleLapkin

err_or

CI status documentation (master) documentation (docs.rs) crates.io LICENSE

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"])