Skip to content

BuyMyMojo/rust_nickname_generater

Repository files navigation

rust_nickname_generater

Crates.io Crates.io docs docs

"ay that's where the 'stralian accent comes through"

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

Basic use:

use rust_nickname_generater::generate_random_name;

// Generate a name that will fit in Discord
println!("{}", generate_random_name("mojo".to_string(), 32).unwrap());