unescape_limited

Function unescape_limited 

Source
fn unescape_limited(s: &str, max: usize) -> Result<Cow<'_, [u8]>>
Expand description

Unescape a byte array according to the composefs dump file escaping format, limiting the maximum possible size.