disqualified/
lib.rs

1#![cfg_attr(not(feature = "alloc"), no_std)]
2
3mod short_name;
4
5pub use short_name::ShortName;