mod compaction;
pub(crate) mod dense_array;
pub mod index;
pub mod memory;
pub mod persist;
pub mod slice_accessors;
pub mod statistics;
pub mod weights;
pub use index::{CsrIndex, Direction};
pub use statistics::{DegreeHistogram, GraphStatistics, LabelStats};
pub use weights::extract_weight_from_properties;