# Graphina
<p align="center">
<img src="https://media.githubusercontent.com/media/habedi/graphina/refs/heads/main/logo.png" alt="Graphina Logo" width="300" />
</p>
Graphina is a graph data science library for Rust 🦀.
It provides graph algorithms, data structures, and analytics tools.
## Features
* `Graph` (undirected) and `Digraph` (directed) implementations.
* Sequential and parallel algorithm implementations.
* Algorithms for centrality, community detection, path finding, and other network analysis tasks.
* Python bindings for PyGraphina.
## Using Graphina from Python
Using Python? Check out [PyGraphina documentation](https://habedi.github.io/graphina/python) for more information.
## Quick Links
* [Getting Started](getting-started/installation.md)
* [Rust API Docs (docs.rs)](https://docs.rs/graphina)
* [GitHub Repository](https://github.com/habedi/graphina)