Closed jonhoo closed 8 years ago
The crate currently doesn't hold a binary that reads a diagram specification and produces an SVG. This would be a great addition, and would allow users to use svgbobrus by simply running cargo install svgbob.
cargo install svgbob
I haven't done a crate that are used in command line, though a pull request is always welcomed.
Working on one as we speak :)
Cool!. I'm working on the optimizer too, it's harder than I thought :(
The crate currently doesn't hold a binary that reads a diagram specification and produces an SVG. This would be a great addition, and would allow users to use svgbobrus by simply running
cargo install svgbob
.