relay-knowledge 1.1.17

Graph-database-based knowledge graph project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod fact_candidates;
mod identity;
mod persistence;
mod schema;
mod search;

pub(super) use persistence::{ContentReplacementRequest, mark_root_unconfigured, replace_entries};
pub(super) use schema::initialize_schema;
pub(in crate::storage::sqlite) use search::search;

#[cfg(test)]
pub(super) use persistence::cursors;

#[cfg(test)]
mod test_support;