Crates.io | unflatter |
lib.rs | unflatter |
version | 0.1.1 |
source | src |
created_at | 2024-01-21 22:19:38.249162 |
updated_at | 2024-01-21 22:38:21.192198 |
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. |
homepage | |
repository | |
max_upload_size | |
id | 1107934 |
size | 27,527 |
unflatter
Extension traits for unwrapping arbitrary levels of nesting in [Result
]s and [Option
]s.