unrpa_rs 0.3.0

A small tool and library to extract RenPy archives (RPAs)
Documentation
# This file is a template, and might need editing before it works on your project.
# Official language image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/rust/tags/
image: "rust:latest"

build:
  script:
    - rustc --version && cargo --version  # Print version info for debugging
    - cargo build --verbose

test:
  script:
    - cargo test --all --verbose