[Rust Build Status]: https://github.com/THCLab/oca-parser-xls/actions/workflows/rust.yml/badge.svg?branch=main
[Rust actions]: https://github.com/THCLab/oca-parser-xls/actions/workflows/rust.yml
[parser.bin release]: https://github.com/THCLab/oca-parser-xls/releases/latest/download/parser.bin
[parser.exe release]: https://github.com/THCLab/oca-parser-xls/releases/latest/download/parser.exe
# OCA Parser
[![Rust Build Status]][Rust actions]
## License
EUPL 1.2
We have distilled the most crucial license specifics to make your adoption
seamless: [see here for details](https://github.com/THCLab/licensing).
## Documentation
- [OCA Spec](https://oca.colossi.network/ecosystem/oca-parser.html)
## Usage
### Command line parser
Download [bin for linux][parser.bin release] or [exe for windows][parser.exe release]
### Build
Building local package:
`cargo build`
### Run [tests](tests)
`cargo test`
# Contributing
See https://github.com/THCLab/contributing