Small, niche-able, stack allocated strings
# use *;
# use size_of;
assert_eq!
Small, niche-able, stack allocated strings
# use microstring::*;
# use std::mem::size_of;
assert_eq! {
size_of::<NanoString>(),
size_of::<Option<NanoString>>(),
}