| Crates.io | rust_nickname_generater |
| lib.rs | rust_nickname_generater |
| version | 1.0.6 |
| created_at | 2022-08-29 14:42:58.825645+00 |
| updated_at | 2022-08-30 10:32:48.495643+00 |
| description | A rust library that generates user/nick names based on the rust language |
| homepage | https://buymymojo.github.io/rust_nickname_generater |
| repository | https://github.com/BuyMyMojo/rust_nickname_generater |
| max_upload_size | |
| id | 654537 |
| size | 29,079 |
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
use rust_nickname_generater::generate_random_name;
// Generate a name that will fit in Discord
println!("{}", generate_random_name("mojo".to_string(), 32).unwrap());