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