graphster 0.0.0-a5

High-performance DataGraph Library
Documentation
1
2
3
4
5
pub use crate::datatypes::{AttributeKey, AttributeValue, Attributes};
pub use crate::errors::GraphsterError;
pub use crate::graph::{DataGraph, EdgeIndex, NodeIndex};
#[cfg(feature = "polars")]
pub use crate::graph::{EdgesDataFrame, NodesDataFrame};