Install rustup
cargo build
cargo clippy
cargo run -- --input input.json --svg out.svg --json out.json
Note: either --svg
or --json
may be omitted
Open out.svg
in a browser to view the visualization, or import out.json
into your software of choice