raphy 0.1.2

A rudimentary graph data structure library
Documentation
1
2
3
4
5
6
7
8
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.