ssbh_lib 0.19.0

Reading and writing SSBH file formats in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! The supported binary formats for reading and writing.
//! All the supported formats are SSBH formats except for [adj] and [meshex].

pub mod adj;
pub mod anim;
pub mod hlpb;
pub mod matl;
pub mod mesh;
pub mod meshex;
pub mod modl;
pub mod nlst;
pub mod nrpd;
pub mod nufx;
pub mod shdr;
pub mod skel;