Crate peppi[][src]

Modules

action_state
arrow
attack
buttons
character
frame
game
game_parser
item
metadata
parse
primitives
slippi
stage
triggers
ubjson

Structs

ParseError
SerializationConfig

Statics

SERIALIZATION_CONFIG

Global singleton, a hack to smuggle config into serializers. You probably don’t care about this unless you’re serializing with Serde.

Functions

game

Parse a Slippi replay from r, returning a game::Game object.

parse

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