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-specific functionality.

Structs§

  • A new type pattern around a borrowed platform-native group id.
  • A new type pattern around an owned platform-native group id.
  • A new type pattern around a borrowed platform-native user id.
  • A new type pattern around an owned platform-native user id.

Enums§

  • An error when searching through user or group database.