# bdat-rs
A library to (de)serialize [Monolithsoft](https://www.monolithsoft.co.jp/)'s proprietary BDAT format, used for data tables in all Xenoblade games.
You can find a command-line toolset that uses the library [here](toolset/README.md). It supports conversion from and to BDAT.
## Credits
* [vaxherd](https://github.com/vaxherd) for [xb3tool](https://github.com/vaxherd/xb3tool)