rabex 0.1.1

Tools for parsing and writing unity files, bundles and typetrees
Documentation
1
2
3
4
5
6
7
//! Support for reading and writing unity files.
pub mod bundlefile;
pub mod serializedfile;
pub mod unityfile;

pub use bundlefile::BundleFile;
pub use serializedfile::SerializedFile;