disqualified 1.1.0

Make rust type names more user-readable
Documentation
1
2
3
4
5
#![cfg_attr(not(feature = "alloc"), no_std)]

mod short_name;

pub use short_name::ShortName;