#word-list #human-readable #text-encoding #text #hash-map

lexis

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

6 releases

0.2.3 Jun 4, 2024
0.2.2 Apr 10, 2024
0.1.1 Apr 10, 2024

#499 in Encoding

Download history 285/week @ 2024-06-20 327/week @ 2024-06-27 355/week @ 2024-07-04 366/week @ 2024-07-11 140/week @ 2024-07-18 160/week @ 2024-07-25 100/week @ 2024-08-01 208/week @ 2024-08-08 166/week @ 2024-08-15 197/week @ 2024-08-22 133/week @ 2024-08-29 265/week @ 2024-09-05 520/week @ 2024-09-12 123/week @ 2024-09-19 108/week @ 2024-09-26 108/week @ 2024-10-03

908 downloads per month
Used in syd

GPL-3.0-or-later

77KB
615 lines

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

No runtime deps