Function hldemo::parse::demo_without_frames [] [src]

pub fn demo_without_frames(input: &[u8]) -> IResult<&[u8], Demo, Error>

Parses a demo's header and directory, without parsing frame data.

Parsing frames usually takes a long time, so this function can be used when the frame data isn't needed.