user_lookup 0.2.0

A library to lookup user and groups on Unix/Linux
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.tokio]
features = ["time", "fs"]
version = "1"
[dev-dependencies.tokio]
features = ["time", "fs", "macros", "rt-multi-thread"]
version = "1"

[package]
authors = ["Mattias Eriksson <mattias.eriksson@tutanota.com>"]
description = "A library to lookup user and groups on Unix/Linux"
edition = "2021"
homepage = "https://github.com/snaggen/user_lookup"
keywords = ["user", "group", "passwd"]
license = "MIT/Apache-2.0"
name = "user_lookup"
readme = "README.md"
repository = "https://github.com/snaggen/user_lookup"
version = "0.2.0"