Sign in
fuchsia
/
third_party
/
github.com
/
petgraph
/
petgraph
/
refs/heads/upstream/next
/
.
/
src
/
snapshots
/
petgraph__dot__test__edge_index_label.snap
blob: 7d9a760903d6387a29f600891a4deb20302c76f3 [
file
] [
log
] [
blame
] [
edit
]
---
source
:
src
/
dot
.
rs
expression
:
dot
---
digraph petgraph
{
N0
[
label
=
"0"
];
N1
[
label
=
"1"
];
N0
->
N1
[
label
=
"0"
][
arrowhead
=
"normal"
dir
=
"both"
arrowtail
=
"none"
];
}