graphrs 0.7.0

graphrs is a Rust package for the creation, manipulation and analysis of graphs.
Documentation
1
2
3
4
5
// Find communities using the Louvain community detection algorithm.
pub mod louvain;

// Measure the quality of community partitions.
pub mod partitions;