lexis 0.2.3

Generates human-readable sequences from numeric values using a predefined word list
Documentation
  • Coverage
  • 45.45%
    5 out of 11 items documented0 out of 4 items with examples
  • Size
  • Source code size: 80.51 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.21 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • alip

Lexis: Generates human-readable sequences from numeric values using a predefined word list

Maintained by Ali Polatel. Up-to-date sources can be found at https://git.sr.ht/~alip/lexis and bugs/patches can be submitted by email to ~alip/lexis-devel@lists.sr.ht.

ChangeLog

0.2.3

  • Use std::collections::hash_map::DefaultHasher instead of std::hash::DefaultHasher for compatibility with older rust

0.2.2

  • Add new trait ToName to generate human-readable names from numbers

0.1.1

  • Hash numbers for more better distribution of word sequences

0.1.0

  • Initial release