strixonomy-catalog 0.28.0

Semantic catalog for Strixonomy (strixonomy-*)
Documentation

strixonomy-catalog

Part of Strixonomy (semantic workspace engine).

Semantic catalog and index builder for Strixonomy.

Install

strixonomy-catalog = "0.28"

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

Quick example

use strixonomy_catalog::IndexBuilder;

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

Documentation

License

MIT OR Apache-2.0