
[](https://crates.io/crates/disqualified)
[](https://crates.io/crates/disqualified)
[](https://docs.rs/disqualified/latest/disqualified/)
Lazily shortens a type name to remove all module paths. The short name of a type is its full name as returned by [`core::any::type_name`], but with the prefix of all paths removed. For example, the short name of `alloc::vec::Vec>` would be `Vec