read_mdl

Function read_mdl 

Source
pub fn read_mdl<R: Read>(
    reader: &mut R,
    mdx_bytes: Option<&[u8]>,
) -> Result<Mdl, MdlError>
Expand description

Reads an MDL file from the given reader.

This buffers the entire stream to memory.