Goodname
Goodname is a tool to assist you with cool naming of your methods and software. Given a brief description of your method or software, this tool enumerates name candidates forming subsequences of the description (i.e., acronym).
For example, given description "Character-wise Double-array Dictionary" of your software, this tool will suggest some name candidates such as "crawdad" and "cheddar".
Examples
use ;
let words = &;
let lex = new.unwrap;
let text = "abAaB";
let matched = new
.unwrap
.prefix_len
.unwrap
.all_subsequences
.unwrap;
let expected = vec!;
assert_eq!;