Thin facade for the use-graph workspace.
The crate reexports the focused graph crates directly so consumers can opt into one dependency while still using the smaller APIs.
Examples
use *;
let adjacency = build_directed_adjacency.unwrap;
let path = shortest_path_unweighted.unwrap.unwrap;
let edge = new.unwrap;
assert_eq!;
assert_eq!;
assert_eq!;