pub fn pack(
project_root: &Path,
) -> Result<(Vec<u8>, BundleManifest), BundleError>Expand description
Pack the project’s index artifacts into a plaintext LCIB1 container.
Returns the container bytes and its manifest.
pub fn pack(
project_root: &Path,
) -> Result<(Vec<u8>, BundleManifest), BundleError>Pack the project’s index artifacts into a plaintext LCIB1 container.
Returns the container bytes and its manifest.