Crates.io | kv3 |
lib.rs | kv3 |
version | 0.1.1 |
source | src |
created_at | 2024-11-17 19:07:20.811914 |
updated_at | 2024-11-18 03:19:54.765163 |
description | kv3 (keyvalues 3) format parser with serde support |
homepage | |
repository | https://github.com/dxshie/kv3 |
max_upload_size | |
id | 1451498 |
size | 68,684 |
A Rust crate for parsing Valve's KeyValues3 (KV3) format.
kv3
is a Rust library for parsing and serializing the KeyValues3 (KV3) format used by Valve in their games and tools. It allows you to read KV3 files and access their data in a structured way.
//
), multi-line (/* ... */
), and XML-style (<!-- ... -->
) comments."""
).nom
parser combinator library for flexibility.Add kv3
to your Cargo.toml
dependencies:
[dependencies]
kv3 = { version = "0.1.0", features = ["serde"] }