Skip to main content

preflight_bundle

Function preflight_bundle 

Source
pub fn preflight_bundle(
    bytes: &[u8],
) -> Result<(String, String, String), String>
Expand description

Parse + verify a local bundle before any network call: must be a valid manifest with a verifying ed25519 signature, and the scoped name must match the publish target. Returns (namespace, name, version).