Function peppi::parse[][src]

pub fn parse<R: Read, H: Handlers>(
    r: &mut R,
    handlers: &mut H,
    opts: Option<Opts>
) -> Result<(), ParseError>
Expand description

Parse a Slippi replay from r, passing events to the callbacks in handlers as they occur.