relay-knowledge 1.1.16

Graph-database-based knowledge graph project.
Documentation
1
2
3
4
5
6
7
8
9
//! Compatibility surface for diagnostics contracts moved into the domain layer.

pub use crate::domain::{
    GraphInspection, HealthStorageSnapshot, SqliteStorageDiagnostics, StorageHealth,
};

#[cfg(test)]
#[path = "health_tests.rs"]
mod tests;