sar-core
Core library for parsing and processing PSO2 SymbolArt (SAR) files.
Features
- Parse SAR files and extract their contents
- Process and manipulate SymbolArt data
- Support for various SAR file formats
- Error handling with detailed error messages
Usage
Add this to your Cargo.toml:
[]
= "0.1.0"
Example usage:
use SarParser;
// Parse a SAR file
let parser = new;
let result = parser.parse_file?;
// Process the parsed data
for symbol in result.symbols
License
This project is licensed under the MIT License - see the LICENSE file for details.