parse_ota_manifest

Function parse_ota_manifest 

Source
pub fn parse_ota_manifest(
    contents: &[u8],
) -> Result<OtaManifestV1, OtaManifestError>
Expand description

Returns structured OTA manifest data based on raw file contents.