[package] name = "unflatter" version = "0.1.1" edition = "2021" description = """`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.""" license = "MIT" readme = "README.md" [dependencies] [dev_dependencies] futures = "0" [lib]