unicode-consts 0.2.2

named constants for all unicode characters
Documentation
  • Coverage
  • 99.95%
    40797 out of 40817 items documented0 out of 0 items with examples
  • Size
  • Source code size: 3.5 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 200.19 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 23s Average build duration of successful builds.
  • all releases: 35s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • sermuns/unicode-consts
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sermuns

unicode-consts

I just want to find a symbol without having to open a browser and copy-pasting from there...

This is a library providing constant &str's for every unicode character, organized into modules per unicode block.

TODO

  • add as many #[doc(alias = ...)] as possible for both modules and constants.
  • figure out what to do with 0000..001F, '<control>'-characters. currently they are ignored.
  • (possibly add feature flags per unicode block?)