//! Sidecar index for layer acceleration.
//!
//! Provides wire format types, a zero-copy mmap reader, and a builder/writer
//! for the binary per-layer index generated at OCI extraction time.
//--------------------------------------------------------------------------------------------------
// Re-Exports
//--------------------------------------------------------------------------------------------------
pub use *;
pub use *;
pub use *;