rust-petname
rust-petname copied to clipboard
Macro to compile in custom word lists
With the default-words feature, one can compile in the word lists that ships with this crate. There's a certain amount of machinery built around that, but it's not possible to easily compiles in custom word lists – one has to reproduce much of that same machinery. It would be cool if anyone could make use of that via, say, a petnames! macro.