I'm trying to use graspologic-native (network_partitions) not as a Python package but as a Rust crate.
I guess its one of main data type is CompactNetwork, and I want to bridge between that and petgraph's Graph data type. Is there a way to achieve this? Thanks.