~alip/lexis

Generates human-readable sequences from numeric values using a predefined word list
fcaec0dd — Ali Polatel 7 months ago
preparation for v0.2.3
ba6ec023 — Ali Polatel 7 months ago
fix compat issue with older rust due to DefaultHasher import
831373eb — Ali Polatel 9 months ago
preparation for v0.2.2

clone

read-only
https://git.sr.ht/~alip/lexis
read/write
git@git.sr.ht:~alip/lexis

You can also use your local clone with git send-email.

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