simple-triplestore 0.1.1

A simple graph database for storing triples with support for custom node and edge properties.
Documentation
1
2
3
4
/// A trait that encapsulates the error type used by other traits in the library.
pub trait TripleStoreError {
    type Error: std::fmt::Debug;
}