[][src]Crate svgbob

Modules

buffer
fragment
util

Structs

Cell
CellBuffer

The simplest buffer. This is maps which char belong to which cell skipping the whitespaces

FragmentBuffer

Fragment buffer contains the drawing fragments for each cell Svg can be converted to fragment buffer then from the fragment we can match which characters is best suited for a particular set of fragment contained in a cell and then create a stringbuffer. The stringbuffer becomes the ascii diagrams SVG -> FragmentBuffer -> StringBuffer -> Ascii Diagrams

Point
Property
Settings

Enums

Fragment
Signal

Functions

to_svg

convert svgbob ascii art to svg

to_svg_with_settings

convert ascii art into an svg