svgbob 0.6.0

Transform your ascii diagrams into happy little SVG
Documentation
pub use cell_buffer::{Cell, CellBuffer, CellGrid, Contacts, Settings, Span};
pub use fragment_buffer::Direction;
pub use fragment_buffer::{fragment, fragment::Fragment, FragmentBuffer};
pub use property_buffer::{Property, PropertyBuffer, Signal};
pub use string_buffer::StringBuffer;

mod cell_buffer;
mod fragment_buffer;
mod property_buffer;
mod string_buffer;