bidirected-adjacency-array 0.2.2

Represent a bidirected graph via an adjacency array.
Documentation
[package]
name = "bidirected-adjacency-array"
description = "Represent a bidirected graph via an adjacency array."
version = "0.2.2"
authors = ["Sebastian Schmidt <sebastian.schmidt@helsinki.fi>"]
license = "BSD-2-Clause"
repository = "https://github.com/sebschmi/bidirected-adjacency-array"

edition = "2024"

[features]
# Generate random graphs
random = ["dep:rand"]

[dependencies]
num-traits = "0.2.19"
optional-numeric-index = "0.3.4"
tagged-vec = "0.4.1"
thiserror = "2.0.18"
log = "0.4.29"

# Generate random graphs
rand = { version = "0.9.2", optional = true }