parse

Function parse 

Source
pub fn parse(
    data: &[u8],
    r: &impl Resolve,
    flags: ParseFlags,
) -> Result<Primitive>
Expand description

Can parse stream but only if its dictionary does not contain indirect references. Use parse_stream if this is insufficient.