// Copyright (c) 2021-2026 Harry [Majored] [hello@majored.pw]
// MIT License (https://github.com/Majored/rs-async-zip/blob/main/LICENSE)
//! A set of primitive types used to read and write ZIP archives.
pub
pub
pub
pub
pub
pub
pub
pub
// Public API
pub use ZipString;
/// An accessor trait for types that have a fixed size in bytes, such as headers.
///
/// We cannot use `std::mem::size_of::<T>()` because the types are not packed.