#group #information #system #user #name #list #gid

groups

Crate for obtaining group information on a system

2 releases

Uses old Rust 2015

0.1.1 Sep 22, 2015
0.1.0 Sep 22, 2015

#226 in #group

21 downloads per month

GPL-3.0 license

6KB
127 lines

groups

Build Status

Parses the file /etc/group to obtain information about groups


lib.rs:

This library parses /etc/group for information about groups on a system

Groups are represented in /etc/group in the form of:

group_name:password:GID:user_list

No runtime deps