about summary refs log blame commit diff stats
path: root/src/user.rs
blob: 6e6a4bcb84e1ac0b4f27544bf57e824f1a35cc06 (plain) (tree)
1
2
3
4
5
6

                                                               
                                         
                      
                                          
 
lazy_static! {
    pub static ref NAME: String = users::get_current_username()
        .expect("Could not get username")
        .into_string()
        .expect("Could not get username");
}