bsatool_rs 0.1.4

A tool work with BSA files
bsatool_rs-0.1.4 is not a library.

bsatool_rs

Build Status

A rust implementation of the openmw bsatool.

Command line options

bsatool_rs
Inspect and extract files from Bethesda BSA archives

USAGE:
    bsatool_rs <INPUT> [SUBCOMMAND]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <INPUT>    The input archive file to use

SUBCOMMANDS:
    create        Create an archive file
    extract       Extract a file from the input archive
    extractall    Extract all files from the input archive
    help          Prints this message or the help of the given subcommand(s)
    list          List the files presents in the input archive

Licensing

Since bsatool_rs is derivative work of OpenMW's bsatool, it is released under the same license as the openmw code.