Expand description
§DEPRECATED
This crate has been renamed to bounded_graph.
Please update your dependencies to use bounded_graph instead.
This crate will no longer receive updates.
§Migration
Simply replace rust_bounded_graph with bounded_graph in your Cargo.toml:
# Old (deprecated):
# rust_bounded_graph = "0.2.1"
# New:
bounded_graph = "0.2"Then update your imports from:
ⓘ
use rust_bounded_graph::*;To:
ⓘ
use bounded_graph::*;