A lightweight validation engine written in rust.
This implementation is a port of the next implementation of the valve parser to rust.
rust
valve table db
where table
is the path to the table table (normally table.tsv) and db
is the path to the
sqlite database file (which is created if it doesn't exist).
See valve.py