ConversionSVG is a frontend wrapper around Inkscape's command line feature. It provides users who want to perform batch conversions of their SVG files into the other file formats Inkscape can export to.
- Inkscape is installed
- Install Rust by following the Rust Getting Started Guide.
Once this is done, you should have the
rustc
compiler and thecargo
build system installed in your path. - Build with cargo
cargo build
- Run the application binary
cargo run