lpk
A Rust library for decrypting .lkp files from Live2dViewerEx.
Features
- Decrypt
.lkpfiles from Live2dViewerEx - Simple and easy-to-use API
- Integration with
anyhowfor error handling
Installation
Add this to your Cargo.toml:
[]
= { = "../lpk-core" }
= "1.0"
Usage
use LpkLoader;
use Result;
use Path;