svgbob 0.7.6

Transform your ascii diagrams into happy little SVG
Documentation
1
2
3
4
5
6
7
8
9
pub use ascii_map::ASCII_PROPERTIES;
pub use circle_map::{CIRCLES_SPAN, DIAMETER_CIRCLE};
pub use unicode_map::{
    FRAGMENTS_UNICODE, UNICODE_FRAGMENTS, UNICODE_PROPERTIES,
};

pub(crate) mod ascii_map;
pub(crate) mod circle_map;
pub(crate) mod unicode_map;