osu!ex v0.2.0 OsuEx.OsuDB View Source

Parses osu!.db files.

Link to this section Summary

Functions

Parses an osu!.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 an osu!.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.