sara-core 0.3.1

Core library for Sara - Requirements Knowledge Graph CLI
Documentation
1
2
3
4
5
6
7
8
//! Query operations for the knowledge graph.

mod traceability;

pub use traceability::{
    LookupResult, MissingParentError, QueryEngine, check_parent_exists, find_similar_ids,
    get_children, get_parents, lookup_item_or_suggest,
};