Skip to content

Commit

Permalink
Add missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineGagne committed Jan 8, 2025
1 parent 16d7eb3 commit 751aab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/atree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ impl<T: Eq + Hash + Clone> ATree<T> {
}
}

/// 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);
Expand Down

0 comments on commit 751aab2

Please sign in to comment.