osu-db 0.3.0

Reading and writing of osu! binary files: `osu!.db`, `collection.db`, `scores.db` and `.osr` replay files.
Documentation
[dependencies.chrono]
version = "0.4"

[dependencies.nom]
version = "7"

[dependencies.serde]
optional = true
version = "1"

[dependencies.serde_derive]
optional = true
version = "1"

[dependencies.xz2]
optional = true
version = "0.1"

[features]
compression = ["xz2"]
default = ["compression"]
ser-de = ["serde", "serde_derive", "chrono/serde"]

[package]
authors = ["negamartin"]
categories = ["encoding", "parser-implementations"]
description = "Reading and writing of osu! binary files: `osu!.db`, `collection.db`, `scores.db` and `.osr` replay files."
edition = "2018"
include = ["Cargo.toml", "src", "LICENSE"]
keywords = ["osu"]
license = "Unlicense"
name = "osu-db"
readme = "README.md"
repository = "https://github.com/negamartin/osu-db"
version = "0.3.0"