# 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
```