Crates.io | unflatten |
lib.rs | unflatten |
version | 0.1.1 |
source | src |
created_at | 2020-08-31 10:43:42.646472 |
updated_at | 2020-08-31 10:48:49.397762 |
description | Extension for un-flattening `Option |
homepage | |
repository | https://gitdab.com/lunarlambda/unflatten |
max_upload_size | |
id | 283008 |
size | 4,180 |
unflatten
is a (joke of a) library which provides one thing:
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.