From 6457b4feb3301baab1ff34202fad5d16c08c6d32 Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Wed, 27 Feb 2019 21:46:14 +0000 Subject: [PATCH] New numeric alphabet --- src/alphabets.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/alphabets.rs b/src/alphabets.rs index 10dfdc0..723d095 100644 --- a/src/alphabets.rs +++ b/src/alphabets.rs @@ -1,6 +1,7 @@ use std::collections::HashMap; -const ALPHABETS: [(&'static str, &'static str); 21] = [ +const ALPHABETS: [(&'static str, &'static str); 22] = [ + ("numeric", "1234567890"), ("abcd", "abcd"), ("qwerty", "asdfqwerzxcvjklmiuopghtybn"), ("qwerty-homerow", "asdfjklgh"),