Skip to main content

load_bundle_from_bytes

Function load_bundle_from_bytes 

Source
pub fn load_bundle_from_bytes(
    data: &[u8],
) -> BundleResult<(BundleHeader, ModelBundle)>
Expand description

In-memory variant of load_bundle — useful for HTTP handlers or tests.