Simple graph library for graphs with labels.
Functionality includes but is not limited to:
- Being able to use keys for the vertices of arbitrary type that implements Eq, PartialEq, Hash and the Copy trait.
- Labels for vertices
- Iterating over outbound or inbound neighbours of a vertex