[][src]Crate unrpa_rs

Implements the functionality to extract assets bundled by RenPy archives.

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;

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