joe_username

Crates.iojoe_username
lib.rsjoe_username
version0.1.0
sourcesrc
created_at2020-10-30 16:54:24.007517
updated_at2020-10-30 16:54:24.007517
descriptionA Joe username generator
homepagehttps://github.com/ThatCopy/joe-username-rust
repositoryhttps://github.com/ThatCopy/joe-username-rust
max_upload_size
id307030
size2,416
David (ThatCopy)

documentation

README

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());
}
Commit count: 0

cargo fmt