sar-core 0.1.0

Core library for SAR file format, providing parsing and rendering capabilities.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# sar-parser

PSO2 SymbolArt visualizer written in Rust

```shell
$ sar-cli --help
Usage: sar-cli [OPTIONS] --input <INPUT> --output <OUTPUT>

Options:
  -i, --input <INPUT>    Path to the SAR file or directory
  -o, --output <OUTPUT>  Path to the output directory
      --raise-error      Raise errors instead of ignoring them
      --overwrite        Overwrite existing files
  -h, --help             Print help
  -V, --version          Print version
```