pub type UstrGraph = HashGraph<Ustr, Ustr, BuildHasherDefault<IdentityHasher>>;
Expand description
A finite graph with vertices and edges of type Ustr
.
Aliased Typeยง
struct UstrGraph { /* private fields */ }
pub type UstrGraph = HashGraph<Ustr, Ustr, BuildHasherDefault<IdentityHasher>>;
A finite graph with vertices and edges of type Ustr
.
struct UstrGraph { /* private fields */ }