//! Replay bundle container writer (E9).
//!
//! Writes a hermetic .tar.gz with canonical layout: manifest.json, then
//! files under files/, outputs/, cassettes/ in deterministic order.
//! No user-facing CLI here (E9c); this is the core library for bundle creation.
use crateReplayManifest;
/// Single file to add to the bundle: relative path (POSIX) and contents.
/// Result of reading a bundle: manifest and all file entries (path -> contents).
/// Paths are POSIX, relative to bundle root; manifest.json is not in entries.
pub use ;
pub use build_file_manifest;
pub use bundle_digest;