Rust decoder/encoder for Konami's binary XML format
Go to file
2018-05-31 09:55:23 +00:00
src Initial commit 2018-05-31 09:55:23 +00:00
.gitignore Initial commit 2018-05-31 09:55:23 +00:00
Cargo.toml Initial commit 2018-05-31 09:55:23 +00:00
LICENSE Initial commit 2018-05-31 09:55:23 +00:00
README.md Initial commit 2018-05-31 09:55:23 +00:00

kbinxml

An encoder/decoder for Konami's binary XML format, used in some of their games.

Setup

To be written.