graph-cycles 0.1.0

Detect all cycles in a petgraph graph
Documentation
[dependencies.ahash]
version = "0.8.2"

[dependencies.petgraph]
version = "0.6"

[dependencies.thiserror]
version = "1.0"

[package]
authors = ["Andreas Maier <andreas.martin.maier@desy.de>"]
categories = ["mathematics"]
description = "Detect all cycles in a petgraph graph"
edition = "2021"
keywords = ["graph-algorithms"]
license = "MIT OR Apache-2.0"
name = "graph-cycles"
readme = "Readme.md"
repository = "https://github.com/a-maier/graph-cycles"
version = "0.1.0"