Yes I am australian :)
This is a super simple lib I made for practice.
The usernames generated are based on the names we all have in the Serenity/Poise discord and the rust community discord
```rust use rustnicknamegenerater::generaterandomname;
// Generate a name that will fit in Discord println!("{}", generaterandomname("mojo".to_string(), 32).unwrap()); ```
License: Apache-2.0