#graph #graph-algorithms #algorithm #generic #representatons

graffle

An efficient graph library with algorithms that work on generic graph representatons

1 unstable release

0.1.0 Sep 21, 2023

#79 in #graph-algorithms

21 downloads per month

BSD-3-Clause

16KB
381 lines

Welcome to graffle!

Graffle is a highly efficient and performant graph library written in Rust. There are many different representations of graphs which are all useful for different tasks. Graffle aims to expose some of the most common represntations but also allows the user to create their own representation.

Graffle also provides implementations of algorithms which are generic over whichever graph representation you use.

Dependencies

~0.9–8MB
~27K SLoC