PSArc-lib 0.0.1

A library to handle writing/parsing/unpacking/packing of Playstation Archive formats
Documentation
1
2
3
4
5
6
7
8
## PSArc-lib

PSArc-lib is a library built for parsing and handling the PS Archive (PSARC) file format.

## Recommended method for using package

The recommended way to import/use this module is as follows:
```toml
psarc-lib = { package = "PSArc-lib", version = "<VERSION>" }
```