gryf 0.2.1

Graph data structure library with focus on convenience, versatility, correctness and performance.
Documentation
1
2
3
4
5
6
Returns the highest vertex ID currently in use.

This might be useful in algorithms that use arrays. Before using this, check
whether [`CompactIdMap`](crate::core::id::CompactIdMap) returned by
[`vertex_id_map`](crate::core::VertexSet::vertex_id_map) doesn't satisfy your
needs first.