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(crate) mod group;
6pub(crate) mod passwd;
7pub(crate) mod shadow;