graaf 0.2.2

Functions and types for working with graphs
Documentation
[[bench]]
harness = false
name = "new"

[[bench]]
harness = false
name = "add_edge"

[[bench]]
harness = false
name = "count_all_edges"

[[bench]]
harness = false
name = "crosscountry"
path = "benches/dijkstra_weighted/crosscountry.rs"

[[bench]]
harness = false
name = "shortestpath1"
path = "benches/dijkstra_weighted/shortestpath1.rs"

[[bench]]
harness = false
name = "small_graph1"
path = "benches/dijkstra_weighted/small_graph1.rs"

[dependencies]
[dev-dependencies.divan]
version = "0.1.14"

[lib]

[package]
categories = ["data-structures"]
description = "Functions and types for working with graphs"
documentation = "https://docs.rs/graaf"
edition = "2021"
homepage = "https://github.com/bsdrks/graaf"
keywords = ["graph", "graphs"]
license = "Apache-2.0"
name = "graaf"
readme = "README.md"
repository = "https://github.com/bsdrks/graaf"
version = "0.2.2"