Expand description
§user_utils
This is a utility library for accessing system users and groups
This library currently supports the following platforms:
- Linux and other UNIX-based systems
- Windows
Modules§
- os
- OS-specific functionality.
Structs§
- Groupid
- A new type pattern around a
borrowed
platform-native group id. - Groupid
Buf - A new type pattern around an
owned
platform-native group id. - Userid
- A new type pattern around a
borrowed
platform-native user id. - Userid
Buf - A new type pattern around an
owned
platform-native user id.
Enums§
- Error
- An error when searching through user or group database.