// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR MPL-2.0
// SPDX-FileCopyrightText: 2024 Gabriel Marcano <gabemarcano@yahoo.com>
//! This crate contains routines to read and write Nintendo DS ROM internal headers.
//!
//! This has a companion cli application crate that will read a 3DS ROM file and print out its
//! information and extract its banner graphic.
pub use crateCart;
pub use crateCIA;
pub use crateCIARead;
pub use crateError;
pub use crateExeFs;
pub use crateNCCH;
pub use crateNCCHRead;
pub use crateNCSD;
pub use crateNCSDRead;
pub use crateSMDH;
pub use crateSMDHRead;