unflatten
is a (joke of a) library which provides one thing:
```rs use unflatten::Unflatten;
let option = Some("body once told me"); let unflattened = option.unflatten();
assert_eq!(unflattened, Some(Some("body once told me"))); ```
yeah.
yep.
i don't know.
This project is licensed under the MIT license. See LICENSE.txt for more information.