eff_data 0.1.0

High-level reading and writing of EFF files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "eff_data"
version = "0.1.0"
authors = ["ThatNintendoNerd"]
edition = "2021"
description = "High-level reading and writing of EFF files"
documentation = "https://docs.rs/eff_data"
repository = "https://github.com/ultimate-research/eff_data"
license = "MIT"

[dependencies]
binrw = "0.12.0"
eff_lib = { version = "^0.1.0", path = "../eff_lib", default_features = false }
serde = { version = "1.0", features = ["derive"], optional = true }

[features]
serde = ["dep:serde", "eff_lib/serde"]