osu!ex v0.1.0 OsuEx.Replay View Source

A parser for .osr replay files. See parse/1 for usage.

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.