disqualified 1.0.0

Make rust type names more user-readable
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented1 out of 1 items with examples
  • Size
  • Source code size: 22.15 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 426.72 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • bevyengine/disqualified
    8 3 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • alice-i-cecile github:bevyengine:publish BenjaminBrienen

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!