Skip to content

v0.0.8

Choose a tag to compare

@gifnksm gifnksm released this 19 Jul 10:30
· 156 commits to main since this release

What's Changed

Added

  • Implemented fmt::Debug for TopologicalSort<T>. (#7 by @purpleposeidon)
  • Added TopologicalSort::peek() and TopologicalSort::peek_all() to inspect items that are ready to pop without removing them. (#7 by @purpleposeidon)

New Contributors

Full Changelog: v0.0.7...v0.0.8