write out the end of the subgraph cluster
(&mut self, f: &mut fmt::Formatter)
| 57 | |
| 58 | // write out the end of the subgraph cluster |
| 59 | pub fn end_cluster(&mut self, f: &mut fmt::Formatter) -> fmt::Result { |
| 60 | writeln!(f, " }}") |
| 61 | } |
| 62 | |
| 63 | /// makes a quoted string suitable for inclusion in a graphviz chart |
| 64 | pub fn quoted(label: &str) -> String { |