// Copyright (C) 2023 Gokul Das B
// SPDX-License-Identifier: GPL-3.0-or-later
//! Archive remapper
//!
//! This submodule converts Gentoo stage3 archive into a new archive that is ready to be extracted
//! and used as chroot. This new archive has all UIDs and GIDs remapped to the subuids and subgids
//! required by the sandboxing system.
use ArchiveEntity;
pub use SubCmdArgs;