maclarian 0.1.3

Larian file format library for Baldur's Gate 3 - PAK, LSF, LSX, GR2, DDS, and more
Documentation
1
2
3
4
5
6
7
8
9
//! Common types and utilities shared across all Larian formats

pub(crate) mod hash;
pub mod types;

pub use types::*;

// Internal re-export for converter module
pub(crate) use hash::hash_string_lslib;