osu!ex v0.2.0 OsuEx.ScoresDB View Source
Parses scores.db files.
Link to this section Summary
Link to this section Functions
Link to this function
parse(path_or_data)
View Source
parse(path_or_data)
View Source
parse(binary()) :: {:ok, map()} | {:error, Exception.t()}
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
Same as parse/1
, but raises exceptions.