normalize-graph 0.3.2

Pure graph algorithms for normalize: SCC, bridges, diamonds, chains, transitive edges
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "normalize-graph"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Pure graph algorithms for normalize: SCC, bridges, diamonds, chains, transitive edges"

[dependencies]
serde = { workspace = true }
schemars = "1"
normalize-output = { path = "../normalize-output", version = "0.3.2" }
nu-ansi-term = "0.50"