v0.0.8
What's Changed
Added
- Implemented
fmt::DebugforTopologicalSort<T>. (#7 by @purpleposeidon) - Added
TopologicalSort::peek()andTopologicalSort::peek_all()to inspect items that are ready to pop without removing them. (#7 by @purpleposeidon)
New Contributors
- @purpleposeidon made their first contribution in #7
Full Changelog: v0.0.7...v0.0.8