Skip to content

ontodev/valve.rs

Repository files navigation

ontodev_valve

valve.rs

A lightweight validation engine written in rust.

API

See [valve]

Command line usage

Run:

valve --help

to see command line options.

Logging

By default Valve only logs error messages. To also enable warning and information messages, set the environment variable RUST_LOG to the minimum logging level desired for ontodev_valve: debug, info, warn, or error. For instance:

export RUST_LOG="ontodev_valve=info"

For further information see the Rust Cookbook.

Python bindings

See valve.py

License: BSD-3-Clause