lpk 0.0.0

Decrypt the `.lkp` file from `Live2dViewerEx`
Documentation
1
2
3
4
5
6
7
mod configs;
mod errors;
mod lpk_loader;
pub mod helpers;
pub use crate::configs::{LpkConfig, MLveConfig};
pub use errors::{LpkError, Result};
pub use lpk_loader::LpkLoader;