rustc/vendor/petgraph-0.6.5/graph-example.dot
2025-01-11 15:57:26 +01: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
}