valve.rs

A lightweight validation engine written in rust.

This implementation is a port of the next implementation of the valve parser to rust.

Command line usage

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).

Python bindings

See valve.py