truchet 0.1.1

Library for truchet tiling
Documentation
1
2
3
4
5
use svg::Node;

pub trait ToSVG {
    fn to_svg_node(&self) -> Box<dyn Node>;
}