osu!ex v0.2.0 OsuEx.CollectionDB View Source
Parsers collection.db files.
Link to this section Summary
Functions
Parses a collection.db file. The argument can be either the file path or the contents
Same as collection_db/1
, but raises exceptions
Link to this section Functions
Link to this function
collection_db(path_or_data)
View Source
collection_db(path_or_data)
View Source
collection_db(binary()) :: {:ok, map()} | {:error, Exception.t()}
collection_db(binary()) :: {:ok, map()} | {:error, Exception.t()}
Parses a collection.db file. The argument can be either the file path or the contents.
Link to this function
collection_db!(path_or_data) View Source
Same as collection_db/1
, but raises exceptions.