Crates.io | do_username |
lib.rs | do_username |
version | 1.0.0 |
source | src |
created_at | 2020-10-26 20:33:46.184591 |
updated_at | 2020-10-28 16:13:04.415464 |
description | DigitalOcean Username Generator |
homepage | https://github.com/MattIPv4/do_username/tree/master/rust#readme |
repository | https://github.com/MattIPv4/do_username/ |
max_upload_size | |
id | 305737 |
size | 16,098 |
A DigitalOcean-community-themed username generator.
Cargo.toml
do_username = "1.0.0"
use do_username::do_username;
fn main() {
// Generate a random username
println!("{}", do_username::generate());
}