bmssp 0.1.0

The BMSSP algorithm
Documentation
[[bench]]
harness = false
name = "bench_bmssp"
path = "benches/bench_bmssp.rs"

[dependencies]

[dev-dependencies.criterion]
features = ["html_reports", "plotters"]
version = "0.5.1"

[dev-dependencies.pprof]
features = ["flamegraph", "criterion"]
version = "0.13.0"

[dev-dependencies.rand]
version = "0.9.2"

[[example]]
name = "simple"
path = "examples/simple.rs"

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

[package]
authors = ["Lucas Montes <lluc23@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms"]
description = "The BMSSP algorithm"
edition = "2024"
keywords = ["shortest-path", "search", "graph"]
license = "Apache-2.0"
name = "bmssp"
readme = "README.md"
repository = "https://github.com/lucas-montes/bmssp"
version = "0.1.0"