Function peppi::serde::de::deserialize[][src]

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

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