Crate warpalib

Source
Expand description

An unopiniated api for parsing renpy archives.

§Installation

[dependencies]
warpalib = "0.3.0"

Structs§

ContentMap
Represents contents of an archive mapped to their path
Record
Record contains information required to read a specific file from the archive.
RenpyArchive
Represents a renpy archive.

Enums§

Content
Represents data stored in archive.
RpaError
Represents errors that the library can raise.
RpaVersion
Represents archive versions.

Type Aliases§

RpaResult
Type alias for a result with an RpaError.