1 个不稳定版本
0.1.1 | 2024年4月24日 |
---|---|
0.1.0 |
|
#1594 在 编码
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