osu! Replay Parser v0.1.2 OsuReplayParser View Source

A parser for osu! replays (.osr files).

Link to this section Summary

Functions

Parse a replay file. The argument can be either the file path or the contents

Parse a replay file. The argument can be either the file path or the contents

Link to this section Functions

Link to this function parse!(path_or_data) View Source
parse!(binary()) :: map()

Parse a replay file. The argument can be either the file path or the contents.

Link to this function parse(path_or_data) View Source
parse(binary()) :: {:ok, map()} | {:error, term()}

Parse a replay file. The argument can be either the file path or the contents.