font-awesome 0.2.0

A typed manifest of constants of Font Awesome unicode code points
Documentation
  • Coverage
  • 0.25%
    5 out of 2011 items documented0 out of 2 items with examples
  • Size
  • Source code size: 124.28 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 8.51 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • sanbox-irl/font-awesome
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sanbox-irl

font-awesome

This is a library for getting font-awesome unicode codepoints without using magic names. Presently (0.1.0), it only supports the free, bold icons, and all of the typings are handmade. In the future, if time permits, it may get more complicated.

Game engines may find this to be useful, so that these magic characters can be referenced by name in code, rather than written out fully.

Additionally, it exposes a function which will provide a fat array of all of these in one. That function is marked as const, and should probably be used to load a const if you intend to use that, rather than putting them all on the stack.

This library is in no way endorsed or supported by FontAwesome directly, and I don't know if that's a problem.