weftgraph 0.1.0

Graph Storage gear: typed, multi-tenant knowledge graph with search and traversal over a pluggable store
Documentation
1
2
3
4
5
6
//! REST surface.

pub mod dto;
pub mod error;
pub mod handlers;
pub mod routes;