18 lines
1.0 KiB
Markdown
18 lines
1.0 KiB
Markdown
<div class="rustdoc-hidden">
|
|
|
|
# `disqualified`
|
|
|
|
</div>
|
|
|
|

|
|
[](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<core::option::Option<u32>>` would be `Vec<Option<u32>>`. Shortening is performed lazily without allocation.
|
|
|
|
## Contributing
|
|
|
|
This crate is maintained by the Bevy organization, and is intended to be tiny, stable, zero-dependency, and broadly useful.
|
|
[Issues](https://github.com/bevyengine/disqualified/issues) and [pull requests](https://github.com/bevyengine/disqualified/pulls) are genuinely welcome!
|