disqualified

Crates.iodisqualified
lib.rsdisqualified
version1.0.0
sourcesrc
created_at2024-09-22 01:01:47.657785
updated_at2024-09-22 01:01:47.657785
descriptionMake rust type names more user-readable
homepage
repositoryhttps://github.com/bevyengine/disqualified
max_upload_size
id1382651
size22,490
publish (github:bevyengine:publish)

documentation

README

disqualified

License Crates.io Downloads Docs

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 and pull requests are genuinely welcome!

Commit count: 1

cargo fmt