pub fn parse_encoded_entities(input: &str) -> Result<EntityMap>Expand description
Parse ASCII85-encoded Vintage Story block entity data.
ยงErrors
Returns an error if the provided string is invalid ASCII85 (see ascii85::decode), or if it cannot be decoded
as an EntityMap by parse_entities.