pub fn parse_msh_bytes<'a>(
input: &'a [u8],
) -> Result<MshFile<u64, i32, f64>, MshParserError<&'a [u8]>>
Expand description
Try to parse a MshFile
from a slice of bytes
The input can be the content of an ASCII or binary encoded MSH file of file format version 4.1.