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

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

#1184 in Encoding

Download history 316/week @ 2024-12-15 432/week @ 2024-12-22 172/week @ 2024-12-29 273/week @ 2025-01-05 92/week @ 2025-01-12 91/week @ 2025-01-19 102/week @ 2025-01-26 115/week @ 2025-02-02 354/week @ 2025-02-09 219/week @ 2025-02-16 216/week @ 2025-02-23 103/week @ 2025-03-02 250/week @ 2025-03-09 286/week @ 2025-03-16 94/week @ 2025-03-23 30/week @ 2025-03-30

662 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