Original source : https://rubygems.org/gems/do_username
How to use :
Cargo.toml toml do_username = "0.1.0"
toml do_username = "0.1.0"
main.rs ```rust use dousername::dousername;
fn main() { println!("{}", do_username::get()); }
```