#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

#111 in #graph-algorithms

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–6MB
~28K SLoC