decode_reader

Function decode_reader 

Source
pub fn decode_reader<R: Read>(
    reader: R,
    options: DecoderOptions,
) -> Result<Value, ToonifyError>
Expand description

Decode TOON from any reader.