suiron-rust 0.1.0

A fast Prolog-like inference engine.
Documentation
1
2
3
4
// Set an environment variable for the test dir.
fn main() {
    println!("cargo:rustc-env=SUIRON_TEST_DIR=./tests");
}