1 unstable release

0.1.1 Apr 24, 2024
0.1.0 Apr 24, 2024

#1096 in Encoding

Download history 254/week @ 2024-04-22 26/week @ 2024-04-29

280 downloads per month

MIT license

7KB
111 lines

EZ Alphabet

An implementation of an easy to work with alphabet.

Examples

// 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"]);

Dependencies

~170KB