Portably retrieve the user name (and possibly other information in future versions) of the user running the current thread
Owned by Pierre-Etienne Meunier.
Uses old Rust 2015
#36 in #retrieve
3,835 downloads per month Used in 10 crates (8 directly)
4KB 56 lines
Returns info about current user.
println!("{}",user::get_user_name().unwrap())
~29KB