raphy -- Brandon Lucia -- 2020
A rudimentary rust graph library.

Graphs have vertices that have a numeric identifier and polymorphically can
carry any payload / value type that is displayable and orderable.  

There is an example in examples/ that shows how to build and use a graph with
u64 payload values.
