Crates.io | graffle |
lib.rs | graffle |
version | 0.1.0 |
source | src |
created_at | 2023-09-21 16:54:15.957875 |
updated_at | 2023-09-21 16:54:15.957875 |
description | An efficient graph library with algorithms that work on generic graph representatons. |
homepage | |
repository | https://gitlab.com/awr.trumpet/graffle |
max_upload_size | |
id | 979675 |
size | 16,619 |
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.