Expand description
Implements the functionality to extract assets bundled by RenPy archives.
Credits: This tool has been ported to Rust from the rpatool repo, originally written in Python.
Disclaimer: Use this library only archives on which the authors allow modification or extraction. The unauthorized use is highly discouraged since this poses most likely a license violation.
Re-exports§
pub use rpa::RenpyArchive;pub use rpa::RpaEntry;pub use rpa::RpaError;
Modules§
- rpa
- This module bundles all the data structures, methods, type definitions to provide the extraction functionality of the archives.
Structs§
- Cli
- Represents the command line arguments passed to the library
Functions§
- run
- Calls the respective functionality of the library from the configuration of command line arguments