svg_fmt 0.2.0

Very simple debugging utilities to dump shapes in SVG format.
Documentation
1
2
3
4
5
mod svg;
mod layout;

pub use svg::*;
pub use layout::*;