dessin is library aimed at building complex drawings, combine them, move them and export them as PDF or SVG.
Example
#
Details about the [dessin] macro.
Implement own export format.
Documentation can be found in the [export] module.
dessin is library aimed at building complex drawings, combine them, move them and export them as PDF or SVG.
# fn main () {
use dessin::prelude::*;
let dessin = dessin!();
# }
Details about the [dessin] macro.
Documentation can be found in the [export] module.