New numeric alphabet

This commit is contained in:
Ferran Basora 2019-02-27 21:46:14 +00:00
parent 4f34101c23
commit 6457b4feb3

View File

@ -1,6 +1,7 @@
use std::collections::HashMap; use std::collections::HashMap;
const ALPHABETS: [(&'static str, &'static str); 21] = [ const ALPHABETS: [(&'static str, &'static str); 22] = [
("numeric", "1234567890"),
("abcd", "abcd"), ("abcd", "abcd"),
("qwerty", "asdfqwerzxcvjklmiuopghtybn"), ("qwerty", "asdfqwerzxcvjklmiuopghtybn"),
("qwerty-homerow", "asdfjklgh"), ("qwerty-homerow", "asdfjklgh"),