cartulary 0.3.0-alpha.1

The knowledge layer of your project — decisions, issues, docs, all in one place.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Spike: Cozo CozoScript surface over cartulary issues
//! (ISSUE-019BKV3510K6B).
//!
//! Loads issues into an in-memory Cozo db with two relations:
//!
//! - `issue {id, title, status}`
//! - `link {source, kind, target}`
//!
//! Lets `cartu query "<cozoscript>"` evaluate ad-hoc queries.

pub mod adapter;
mod graph_facts;
pub mod runner;
pub mod store;