Re-exports
pub use buffer::fragment;pub use buffer::Cell;pub use buffer::CellBuffer;pub use buffer::Direction;pub use buffer::FragmentBuffer;pub use buffer::FragmentSpan;pub use buffer::Property;pub use buffer::Signal;pub use nalgebra;pub use sauron;
Modules
Structs
Enums
Traits
- render node, elements to a writable buffer
Functions
- convert svgbob ascii art to svg string
- convert svgbob ascii art to svg string with indentions
- convert ascii art to svg using the size supplied
- convert ascii art into an svg
Type Definitions
- A simplified version of saurdon_vdom node, where we supplied the type for the tag which is a &’static str. The missing type is now only MSG which will be supplied by the users App code.