yagraphc 0.1.2

Crate for working with Graph data structures and common algorithms on top of it.
Documentation
1
2
3
4
5
6
7
8
# Guidelines

Feel free to open issues and PRs at your convenience. When contributing via PRs,
follow the guidelines below:

- [ ] Add a description for the PR.
- [ ] Make sure public functions have doc-tests and are properly documented.
- [ ] Add tests and retain full coverage.