rustc/vendor/petgraph/graph-example.dot
2018-12-16 10:13:16 -08:00

16 lines
222 B
Plaintext

digraph {
rankdir = "LR";
splines = true;
0 [label="petgraph"]
1 [label="fixedbitset"]
2 [label="quickcheck"]
3 [label="rand"]
4 [label="libc"]
0 -> 1
0 -> 2
2 -> 3
3 -> 4
2 -> 4
}