pub type UstrGraph = HashGraph<Ustr, Ustr>;
A finite graph with vertices and edges of type Ustr.
Ustr
pub struct UstrGraph { /* private fields */ }