prc-rs 1.3.2

Library for working with PRC types in Smash Ultimate
Documentation
[dependencies.byteorder]
version = "1.3"

[dependencies.hash40]
version = "0.4.3"

[dependencies.indexmap]
version = "1.2"

[dependencies.quick-xml]
optional = true
version = "0.18.1"

[dependencies.serde]
features = ["derive"]
version = "1"

[features]
xml = ["quick-xml"]

[lib]
name = "prc"
path = "src/lib.rs"

[package]
authors = ["BenHall-7 <benjaminjahall@gmail.com>", "jam1garner <jam1.mcleod@hotmail.com>"]
description = "Library for working with PRC types in Smash Ultimate"
edition = "2018"
license = "MIT"
name = "prc-rs"
repository = "https://github.com/ultimate-research/prc-rs"
version = "1.3.2"