meritrank 0.4.0

MeritRank is a Rust library for computing merit scores and rankings in a directed graph.
Documentation
1
2
3
use crate::node::NodeId;

pub type EdgeId = (NodeId, NodeId);