io_unity 0.3.0

io_unity is a lib for read unity assets
Documentation
1
2
3
4
5
6
7
8
9
#[macro_use]
extern crate anyhow;

pub mod classes;
pub mod serialized_file;
pub mod type_tree;
pub mod unity_asset_view;
pub mod unityfs;
mod until;