graphrecords-pyo3-interop 0.4.1

High-performance graph-based data records
Documentation
1
2
3
4
5
6
7
8
mod conversion;
pub mod traits;

pub use conversion::*;
pub use graphrecords_python::prelude::{
    PyAttributes, PyEdgeIndex, PyGraphRecordAttribute, PyGraphRecordError, PyGraphRecordValue,
    PyGroup, PyNodeIndex,
};