bintreeviz v0.1.0 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

render/1 takes the starting node and converts it to a rendered representation using ASCII characters