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
mod cache;
mod candidate;
mod config;
mod diagnostics;
mod release;
mod result;
mod sources;
mod version;
mod workflow;

pub use config::{UpdateRuntimeConfig, UpdateRuntimeConfigError, UpdateSource};
pub use result::VersionCheckResponse;
pub use workflow::{check_for_updates, update_notice};