deepwoken-reqparse 0.1.0

A format definition and an accompanying parser for Deepwoken requirements.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Deepwoken reqparse
A library for parsing requirements in Deepwoken into a workable format, with a few added utilities.

## Usage
The library is written in rust, but bindings for other languages are provided.

### Rust
Simply run: 
```rs
cargo add deepwoken_reqparse
```