triblespace-core 0.33.0

The triblespace core implementation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Data import and conversion helpers bridging external formats into Trible Space.
//!
//! This module hosts adapters that translate common interchange formats into
//! [`TribleSet`](crate::trible::TribleSet) changes ready to merge into a
//! repository or workspace.

mod import_attribute;
pub mod json;
pub mod json_tree;

pub(crate) use import_attribute::ImportAttribute;