edgewise 0.1.0

A simple graph library with BFS, DFS, Dijkstra, and random graph generation.
Documentation
[dependencies.once_cell]
version = "1.19"

[dependencies.rand]
version = "0.9"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "algorithms"]
description = "A simple graph library with BFS, DFS, Dijkstra, and random graph generation."
documentation = "https://docs.rs/edgewise"
edition = "2024"
exclude = [".github/", "test-data/", "docs/"]
homepage = "https://github.com/alexfedotov/edgewise"
keywords = ["graph", "algorithm", "bfs", "dfs", "dijkstra"]
license = "MIT OR Apache-2.0"
name = "edgewise"
readme = "README.md"
repository = "https://github.com/alexfedotov/edgewise"
version = "0.1.0"