Skip to main content

bootc_sysusers/nameservice/
mod.rs

1//! Linux name-service information helpers.
2// SPDX-License-Identifier: Apache-2.0 OR MIT
3// TODO(lucab): consider moving this to its own crate.
4
5pub mod group;
6pub mod gshadow;
7pub mod passwd;
8pub mod shadow;