#user-name #generator #nickname

rust_nickname_generater

A rust library that generates user/nick names based on the rust language

7 stable releases

1.0.6 Aug 30, 2022
1.0.4 Aug 29, 2022

#219 in Template engine

Download history 1/week @ 2024-02-22 10/week @ 2024-02-29 83/week @ 2024-03-07 3/week @ 2024-03-14

97 downloads per month

Apache-2.0

30KB
672 lines

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());

Dependencies

~2.5–3.5MB
~60K SLoC