graphina 0.3.0-alpha.4

A graph data science library for Rust
Documentation
# 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 high-performance graph data science library for Rust 🦀.
It provides a robust collection of graph algorithms, data structures, and analytics tools designed for efficiency and ease of use.

## Features

* Flexible and efficient `Graph` (undirected) and `Digraph` (directed) implementations.
* Optimized for speed and memory usage, with parallel implementations for heavy workloads.
* Includes a comprehensive collection of graph algorithms including Centrality, Community Detection, Path Finding, and more.
* Has ready-to-use Python bindings to use Graphina from Python 🐍.

## 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