[go: up one dir, main page]

users 0.9.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
18
[package]
name = "users"
description = "Library for getting information on Unix users and groups"

authors = [ "Benjamin Sago <ogham@bsago.me>" ]
documentation = "https://docs.rs/users/users/"
repository = "https://github.com/ogham/rust-users"
license = "MIT"
readme = "README.md"
version = "0.9.1"

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

[dependencies]
libc = "0.2.50"