svgbob 0.2.6

Transform your ascii diagrams into happy little SVG
Documentation

generate an SVG from the ascii text using the default settings

let input = r#"
.-------------------------------------.
| Hello here and there and everywhere |
'-------------------------------------'
"#;
println!("svg: {}",svgbob::to_svg(input));