microstring 0.1.0

Small, niche-able, stack allocated strings
Documentation

Small, niche-able, stack allocated strings

# use microstring::*;
# use std::mem::size_of;
assert_eq! {
    size_of::<NanoString>(),
    size_of::<Option<NanoString>>(),
}