dugong-graphlib 0.4.0

Graph data structure APIs used by dugong (port of dagrejs/graphlib).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# dugong-graphlib

Graph container APIs used by `dugong` (port of `@dagrejs/graphlib`).

This crate is intentionally small and focused:

- directed/undirected graph storage
- compound graphs (parent/child)
- multigraph edge keys
- helper algorithms (`dugong_graphlib::alg`)

Baseline revisions are tracked in `tools/upstreams/REPOS.lock.json` in the repository.