#user-name #generator #cool #joe

joe_username

A Joe username generator

1 unstable release

0.1.0 Oct 30, 2020

#26 in #cool

MIT license

3KB

Joe themed username generator

On a stream, Joe from Raise.dev Github showed a banner that said

cool cool cool awesome interesting cool

Later on the discord, there were jokes about a username generator. So I made one.

link to the crates stuff

Usage

use joe_username::joe_username;

fn main() {

    // Prints a username
    println!("{}", joe_username::generate());
}

Dependencies

~1.4–2MB
~36K SLoC