rdfox-rs

Embedded Oxford Semantic Technologies RDFox database for Rust programs.

Status

Plans

Version

The major/minor version numbers of this crate are used to determine which version of RDFox needs to be downloaded and used.

How to run the tests

shell RUST_LOG=info cargo test

Or, if you want to see all output:

shell RUST_LOG=trace cargo test --package rdfox --test load load_rdfox -- --exact --nocapture

If you want to run the tests with the dynamic link library of RDFox, then run this:

shell RUST_LOG=trace cargo test --package rdfox --features rdfox-dylib --test load load_rdfox -- --exact --nocapture