oxvg 0.0.5

Vector image toolchain.
Documentation
1
2
3
4
5
6
7
8
//! Various commands that can be executed by oxvg
mod format;
mod lint;
mod optimise;

pub use format::Format;
pub use lint::Lint;
pub use optimise::Optimise;