indra_db 0.1.10

A content-addressed graph database for versioned thoughts
Documentation
1
2
3
4
5
//! Graph operations: traversal, neighbor queries, etc.

mod traversal;

pub use traversal::{GraphView, TraversalDirection};