[go: up one dir, main page]

users 0.5.3

Library for getting information on Unix users and groups
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "users"
description = "Library for getting information on Unix users and groups"

authors = [ "ogham@bsago.me" ]
documentation = "https://docs.rs/users/users/"
homepage = "https://github.com/ogham/rust-users"
license = "MIT"
readme = "README.md"
version = "0.5.3"

[dependencies]
libc = "0.2"