osu!ex v0.2.0 OsuEx.OsuDB View Source
Parses osu!.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 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
Same as parse/1
, but raises exceptions.