Crates.io | rdfox-sys |
lib.rs | rdfox-sys |
version | |
source | src |
created_at | 2024-02-01 14:59:44.997197 |
updated_at | 2024-11-06 03:41:30.520685 |
description | Low level bindings to the C api for RDFox, see rdfox-rs for the higher level Rust interface |
homepage | |
repository | https://github.com/EKGF/rdfox-sys |
max_upload_size | |
id | 1123232 |
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` |
size | 0 |
: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.