rdfox-sys

Crates.iordfox-sys
lib.rsrdfox-sys
version
sourcesrc
created_at2024-02-01 14:59:44.997197
updated_at2024-11-06 03:41:30.520685
descriptionLow level bindings to the C api for RDFox, see rdfox-rs for the higher level Rust interface
homepage
repositoryhttps://github.com/EKGF/rdfox-sys
max_upload_size
id1123232
Cargo.toml error:TOML parse error at line 26, column 1 | 26 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Jacobus Geluk (jgeluk)

documentation

https://docs.rs/crate/rdfox-sys/

README

rdfox-sys

:warning: This crate is not ready for production yet.

:warning: This crate, in combination with the ekg-sparql crate, replaces the rdfox-rs crate, which is now deprecated.

RDFox is a product of Oxford Semantic Technologies RDFox.

RDFox is a high-performance, scalable and lightweight knowledge graph and semantic reasoning engine. It supports the storage, querying and reasoning over large-scale ontologies represented in RDF triples.

This crate provides the bindgen interface to the C API of RDFox.

Commit count: 12

cargo fmt