Rust decoder/encoder for Konami's binary XML format
Go to file
2018-05-31 20:26:11 +00:00
src Binary to XML works except for arrays 2018-05-31 20:26:11 +00:00
.gitignore Initial commit 2018-05-31 09:55:23 +00:00
Cargo.toml Binary to XML works except for arrays 2018-05-31 20:26:11 +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
testcases_out.kbin Binary to XML works except for arrays 2018-05-31 20:26:11 +00:00

kbinxml

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

Setup

To be written.