ontocore-catalog 0.14.0

Semantic catalog for OntoCore (ontocore-*)
Documentation

ontocore-catalog

Part of OntoCore (semantic workspace engine).

Semantic catalog and index builder for OntoCore.

Install

ontocore-catalog = "0.13"

Supports incremental rebuilds (content-hash reuse), optional disk cache (.ontocore/cache/), and config fingerprinting for CI.

Quick example

use ontocore_catalog::IndexBuilder;

let catalog = IndexBuilder::new().workspace("fixtures").build()?;
println!("{:?}", catalog.data().stats());

Documentation

License

MIT OR Apache-2.0