icentral-bcc 0.1.0

A Rust crate for efficiently finding biconnected components and subgraphs in graphs, aiding in network analysis and structural graph evaluations.
Documentation
[dependencies.icentral-3p]
version = "0.1.0"

[dependencies.icentral-color-map]
version = "0.1.0"

[dependencies.icentral-distances]
version = "0.1.0"

[dependencies.icentral-edge]
version = "0.1.0"

[dependencies.icentral-edges]
version = "0.1.0"

[dependencies.icentral-errors]
version = "0.1.0"

[dependencies.icentral-neighbors]
version = "0.1.0"

[dependencies.icentral-nodeid]
version = "0.1.0"

[dependencies.icentral-predecessor-map]
version = "0.1.0"

[dependencies.named-item]
version = "0.1.0"

[dependencies.renew-traits]
version = "0.1.0"

[lib]
name = "icentral_bcc"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures", "network-programming", "science"]
description = "A Rust crate for efficiently finding biconnected components and subgraphs in graphs, aiding in network analysis and structural graph evaluations."
edition = "2021"
keywords = ["biconnected", "graph", "component", "algorithm", "network"]
license = "MIT OR Apache-2.0"
name = "icentral-bcc"
readme = "README.md"
version = "0.1.0"