bintreeviz v0.1.1 Bintreeviz.Renderer.Ascii View Source
Simple ASCII rendering module which, given a tree structure, render its nodes to STDOUT using ASCII characters such as dashes and pipes. Its implemented quite naively but we'll fix that in a next iteration.
Link to this section Summary
Functions
render/1 takes the starting node and converts it to a rendered representation using ASCII characters
Link to this section Functions
Link to this function
render(root, options)
View Sourcerender(Bintreeviz.Node.t(), Bintreeviz.render_options()) :: String.t()
render/1 takes the starting node and converts it to a rendered representation using ASCII characters