mirror of
https://github.com/mbilker/kbinxml-rs.git
synced 2026-04-21 22:47:41 -05:00
Rust decoder/encoder for Konami's binary XML format
| kbinxml | ||
| kbinxml_cli | ||
| psmap | ||
| psmap_derive | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
| rustfmt.toml | ||
| testcases_out.kbin | ||
| testcases_out.xml | ||
kbinxml-rs
An encoder/decoder for Konami's binary XML format, used in many of their games.
Requires Rust 1.34 or newer!
Setup
- Setup Rust through
rustupor your own preferred method of acquiring Rust - For using
kbinxml-rsas a library, add it as a dependency in yourCargo.tomlfile - For using
kbinxml-rsas a standalone application, installkbinxml-rsusingcargo install kbinxml --features=build_binary(Note: This will not work at the moment askbinxml-rshas not yet been published to crates.io)
To be written.