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

lexis

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

8 releases

new 0.2.5 Apr 2, 2026
0.2.4 Apr 2, 2026
0.2.3 Jun 4, 2024
0.2.2 Apr 10, 2024
0.1.1 Apr 10, 2024

#1388 in Encoding

Download history 244/week @ 2025-12-11 118/week @ 2025-12-18 190/week @ 2025-12-25 305/week @ 2026-01-01 174/week @ 2026-01-08 81/week @ 2026-01-15 112/week @ 2026-01-22 4/week @ 2026-01-29 270/week @ 2026-02-05 161/week @ 2026-02-12 168/week @ 2026-02-19 199/week @ 2026-02-26 89/week @ 2026-03-05 115/week @ 2026-03-12 151/week @ 2026-03-19 244/week @ 2026-03-26

610 downloads per month
Used in syd

GPL-3.0-only

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://gitlab.exherbo.org/sydbox/sydbox.git and bugs/patches can be submitted to https://gitlab.exherbo.org/groups/sydbox/-/issues. Discuss in #sydbox on Libera Chat.

ChangeLog

0.2.5

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