io_unity 0.3.0

io_unity is a lib for read unity assets
Documentation
1
2
3
4
5
6
7
8
9
pub mod type_tree;

use crate::def_unity_class;

def_unity_class!(NamedObject);

pub trait NamedObjectObject {
    fn get_name(&self) -> anyhow::Result<String>;
}