bintreeviz v0.1.1 Bintreeviz.Renderer behaviour View Source
Bintreeviz.Renderer describes the behaviour for implementing a renderer. Out of the box Bintreeviz will provide a ASCII renderer which will turn the provided graph into a stringified representation using configurable box drawing characters.
Link to this section Summary
Link to this section Callbacks
Link to this callback
render(arg1, arg2)
View Sourcerender(Node.t(), Bintreeviz.render_options()) :: String.t()