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
pub mod token;
pub mod parser;
pub mod syntax;
pub mod wordlist;
pub mod indexer;
pub mod token_kind;
pub mod generation;