![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)
[![Crates.io](https://img.shields.io/crates/v/disqualified.svg)](https://crates.io/crates/disqualified)
[![Downloads](https://img.shields.io/crates/d/disqualified.svg)](https://crates.io/crates/disqualified)
[![Docs](https://docs.rs/disqualified/badge.svg)](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