Crate user_utils

Source
Expand description

§user_utils

CICD Crates.io Docs.rs License

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.
GroupidBuf
A new type pattern around an owned platform-native group id.
Userid
A new type pattern around a borrowed platform-native user id.
UseridBuf
A new type pattern around an owned platform-native user id.

Enums§

Error
An error when searching through user or group database.