[go: up one dir, main page]

users 0.4.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
[package]

name = "users"
description = "Library for getting information on Unix users and groups"

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

[dependencies]
libc = "0.1.1"