graphrecords-core 0.5.0

High-performance graph-based data records
Documentation
1
2
3
4
5
pub use crate::graphrecord::{
    AttributeMap, EdgeIndex, Group, NodeIndex,
    datatypes::{DataType, GraphRecordAttribute, GraphRecordValue},
    schema::{AttributeDataType, AttributeSchema, AttributeType, GroupSchema, Schema, SchemaType},
};