read_and_validate_manifest_bytes

Function read_and_validate_manifest_bytes 

Source
pub fn read_and_validate_manifest_bytes(
    bytes: &[u8],
    dependencies: &mut DirectedGraph<DependencyNode>,
) -> Result<ComponentDecl, ResolverError>