diff --git a/src/atree.rs b/src/atree.rs index b61e088..4da629f 100644 --- a/src/atree.rs +++ b/src/atree.rs @@ -339,6 +339,7 @@ impl ATree { } } + /// Export the [`ATree`] to the Graphviz format. pub fn to_graphviz(&self) -> String { const DEFAULT_CAPACITY: usize = 100_000; let mut builder = String::with_capacity(DEFAULT_CAPACITY);