e2c857a ^
c5ea653 ^
1 2 3 4
5
6
7
8
use users; lazy_static! { pub static ref NAME: String = users::get_current_username() .expect("Could not get username") .into_string() .expect("Could not get username"); }