pub fn parse_config_bytes(
bytes: &[u8],
) -> Result<PublishedMemConfig, ValidationError>Expand description
Parse strict config bytes into a PublishedMemConfig. Runs every
check in this module (shape, legacy detection, format, name,
version, schema resolution).