//! Pure-Rust workspace assembly + ZIP for the bundle-standard recipe.
//!
//! Designed to cross-compile cleanly to `wasm32-wasip2`. NO `tempfile`, NO `walkdir`,
//! NO `std::fs::write/create_dir_all`. Everything in-memory: `Vec<u8>` bytes,
//! `Vec<(String, Vec<u8>)>` entries.
pub use build_pack;
pub use PackError;
pub use ;