unflatter 0.1.1

`unflatter` is a Rust library providing extension traits for flattening and unwrapping nested structures, including nested `Option` and `Result` types. It simplifies working with deeply nested values by providing convenient methods to flatten and unwrap them, reducing boilerplate code.
Documentation
  • Coverage
  • 87.5%
    14 out of 16 items documented8 out of 8 items with examples
  • Size
  • Source code size: 31.19 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.92 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mmastrac

unflatter

Extension traits for unwrapping arbitrary levels of nesting in [Result]s and [Option]s.