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
610 downloads per month
Used in syd
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
- Move repository to https://gitlab.exherbo.org/sydbox/sydbox.git.
- Relicense from
GPL-3.0-or-latertoGPL-3.0-only.
0.2.3
- Use
std::collections::hash_map::DefaultHasherinstead ofstd::hash::DefaultHasherfor compatibility with older rust
0.2.2
- Add new trait
ToNameto generate human-readable names from numbers
0.1.1
- Hash numbers for more better distribution of word sequences
0.1.0
- Initial release