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

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

#502 in Encoding

Download history 2757/week @ 2024-04-10 3153/week @ 2024-04-17 3391/week @ 2024-04-24 2187/week @ 2024-05-01 181/week @ 2024-05-08 54/week @ 2024-05-15 2837/week @ 2024-05-22 3414/week @ 2024-05-29 372/week @ 2024-06-05 589/week @ 2024-06-12 279/week @ 2024-06-19 347/week @ 2024-06-26 367/week @ 2024-07-03 223/week @ 2024-07-10

1,383 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