infinite-rs 0.13.2

Simple and fast deserialization library for Halo Infinite.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Main Interface for reading tag files.

pub mod data_reference;
pub mod datablock;
pub mod dependency;
pub mod header;
pub mod loader;
pub mod reference;
pub mod structure;
pub mod types;