nodex-core 0.2.2

Universal graph-based document tool — core library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod confidence;
pub mod edge;
pub mod graph;
pub mod kind;
pub mod node;
pub mod status;

pub use confidence::Confidence;
pub use edge::{Edge, RawEdge, ResolvedTarget};
pub use graph::Graph;
pub use kind::Kind;
pub use node::Node;
pub use status::Status;