A graph data science library for Rust

Hi everyone,

In 2025, I've been working on an open-source graph data science and network science library in Rust :crab: called Graphina, which I want to share here. I started the project to learn more Rust. The aim is to build a fast and modular graph library with a high-level API similar to that of NetworkX, with a focus on specific applications such as community detection and link prediction, rather than low-level graph algorithms.

The project is under development, and it is not yet as feature-rich as other graph libraries like RustworkX. Nevertheless, it includes Python :snake: bindings so the algorithms can be used in Python as well as Rust.

GitHub repository: https://github.com/habedi/graphina
Project documentation: https://habedi.github.io/graphina/