graphrecords-overview 0.5.0

High-performance graph-based data records
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod attribute;
mod error;
mod graphrecord;
mod group;
pub mod prelude;
mod tabled_modifiers;

pub use attribute::{AttributeOverview, AttributeOverviewData};
pub use error::{OverviewError, OverviewResult};
pub use graphrecord::{Overview, Overviewable};
pub use group::{EdgeGroupOverview, GroupOverview, GroupOverviewable, NodeGroupOverview};

pub const DEFAULT_TRUNCATE_DETAILS: usize = 80;