Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 480 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 480 Bytes

graphdrs

Graphdrs is a tool to draw simple graphs, highlight certain parts of those graphs and export them in SVG format. Only supported graph format is graph6.

Building locally

Install Rust and cargo following the instructions.

Clone this repository.

Build with cargo build --release.

The compiled binary can be found at graphdrs/target/release/graphdrs.