fornix 0.4.0

Knowledge storage, retrieval, and graph infrastructure for cognitive systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Convenient re-exports for the most commonly used fornix types.
//!
//! ```rust
//! use fornix::common::prelude::*;
//! ```

pub use crate::common::metadata::Metadata;
pub use crate::common::namespace::Namespace;
pub use crate::common::pagination::{Page, PageParams};
pub use crate::common::value::Value;
pub use crate::metadata;