urex 0.0.3

wip UnityRustExtractor and patcher
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![allow(non_snake_case)]
#![allow(unused_variables)]
#![allow(dead_code)]
pub mod asset_manager;
pub mod commonstring;
pub mod config;
pub mod files;
pub mod read_ext;
pub mod typetree;
pub mod objects;

mod archive_storage_manager;
// mod test;