graffle

Crates.iograffle
lib.rsgraffle
version0.1.0
sourcesrc
created_at2023-09-21 16:54:15.957875
updated_at2023-09-21 16:54:15.957875
descriptionAn efficient graph library with algorithms that work on generic graph representatons.
homepage
repositoryhttps://gitlab.com/awr.trumpet/graffle
max_upload_size
id979675
size16,619
Adam Richardson (AdamWRichardson)

documentation

README

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.

Commit count: 48

cargo fmt