1 个不稳定版本

0.1.1 2024年4月24日
0.1.0 2024年4月24日

#1594编码

MIT 许可证

7KB
111

简易字母表

易于使用的字母表实现。

示例

// Following example creates 4 strings, encoding the numbers 4 to 8 (start: 4, count: 5) in the given alphabet.
assert_eq!(Alphabet::from("abcdef").unwrap().generate(4, 5), vec!["e", "f", "aa", "ab", "ac"]);

依赖项

~170KB