A command line tool and library used to create/manipulate SEGA's File Archive format.
These instructions will get you a copy of the project up and running on your local machine for development and usage.
What things you need to install the software
- git
- cargo
- Clone this repository
$ git clone https://github.com/Waelwindows/farc.git
- Install the project using
cargo install
$ cargo install
- (Only for developers) Build/test the project using
cargo
$ cargo build
$ cargo test
And then you should be ready to run the program
$ farc
farc 0.1.0
Waelwindows <waelwindows9922@gmail.com>
manipulates SEGA File Archive file formats
USAGE:
farc <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
create
extract
help Prints this message or the help of the given subcommand(s)
view
We use SemVer for versioning.
This project is licensed under the MIT License - see the LICENSE file for details
- DIVA_Tools
- The amazing MikuMikuLibrary made by blueskythlikesclouds
- s117 for making DIVAFILE_Tool