[][src]Function celeste::binel::parser::take_file

pub fn take_file(input: &[u8]) -> IResult<&[u8], BinFile>

Parse a BinFile from a &[u8]. Tested solely in integration tests due to complexity.