pub fn get_users() -> Vec<String>
Retrieve a sorted list of currently logged-in user names from utmpx.
Uses libc’s setutxent/getutxent/endutxent which are not thread-safe. This function must not be called concurrently.