Releases: purpleprotocol/graphlib
Releases · purpleprotocol/graphlib
Version 0.3
Changes
- Added edge weights.
- Added dot file serialization.
Version 0.2.3
Changes
- Added suport for
#![no_std]
.
Version 0.2.2
Changes
- The method
Graph::is_cyclic
is now guaranteed to find cycles. - Optimizations to generic vertex iterator.
Version 0.2.1
Changes
- Edge lookup is now O(1).
- Bfs traversal visited node lookup is now O(1).
Version 0.2
- Added
Graph::with_capacity
. - Added
Graph::capacity
. - Added
Graph::reserve
. - Added
Graph::shrink_to_fit
.
Patch 3
Patch 2
Patch
Initial release
v0.1 Added more manifest fields