# ontodev_valve
<!-- Please do not edit README.md directly. To generate a new readme from the crate documentation
in src/lib.rs, install cargo-readme using `cargo install cargo-readme` and then run:
`cargo readme > README.md` -->
## valve.rs
A lightweight validation engine written in rust.
### Command line usage
Run:
```rust
valve --help
```
to see command line options.
### Python bindings
See [valve.py](https://github.com/ontodev/valve.py)
License: BSD-3-Clause