Function tz::internals::parse [] [src]

pub fn parse(buf: Vec<u8>, limits: Limits) -> Result<TZData>

Parse a series of bytes into a TZData structure, returning an error if the buffer fails to be read from, or a limit is reached.