num2phrase 0.1.0

Convert long number to a sequence of memorisable phrase with combination of short numbers
Documentation
1
2
3
4
5
6
7
8
use syn::{custom_keyword, custom_punctuation};

custom_keyword!(BIP39);
custom_keyword!(DIGITS);
custom_punctuation!(MUL0, *);
custom_punctuation!(MUL1, +);
custom_punctuation!(QST, ?);
// custom_punctuation!(TO, -);