osu!ex v0.2.0 OsuEx.ScoresDB View Source

Parses scores.db files.

Link to this section Summary

Functions

Parses a scores.db file. The argument can be either the file path or the contents

Same as parse/1, but raises exceptions

Link to this section Functions

Link to this function

parse(path_or_data) View Source
parse(binary()) :: {:ok, map()} | {:error, Exception.t()}

Parses a scores.db file. The argument can be either the file path or the contents.

Link to this function

parse!(path_or_data) View Source
parse!(binary()) :: map()

Same as parse/1, but raises exceptions.