Module peppi::parse[][src]

Structs

FrameEvent

Wrapper for a frame event. Contains the event ID (PortId for per-port events, FrameId for other events like items).

FrameId

Just a frame index, with no port number.

Opts

Options for parsing replays.

PortId

Frame index plus port number and is_follower flag (for ICs).

Traits

Handlers

Callbacks for events encountered while parsing a replay.

Indexed

Functions

parse

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