[go: up one dir, main page]

users 0.8.1

Library for getting information on Unix users and groups
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.libc]
version = "0.2"

[features]
cache = []
default = ["cache", "mock"]
mock = []

[package]
authors = ["ogham@bsago.me"]
description = "Library for getting information on Unix users and groups"
documentation = "https://docs.rs/users/users/"
homepage = "https://github.com/ogham/rust-users"
license = "MIT"
name = "users"
readme = "README.md"
version = "0.8.1"