Crates.io | joe_username |
lib.rs | joe_username |
version | 0.1.0 |
source | src |
created_at | 2020-10-30 16:54:24.007517 |
updated_at | 2020-10-30 16:54:24.007517 |
description | A Joe username generator |
homepage | https://github.com/ThatCopy/joe-username-rust |
repository | https://github.com/ThatCopy/joe-username-rust |
max_upload_size | |
id | 307030 |
size | 2,416 |
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
use joe_username::joe_username;
fn main() {
// Prints a username
println!("{}", joe_username::generate());
}