Cargo Features
graphfind-rs has no features set by default.
[dependencies]
graphfind-rs = { version = "0.1.0", features = ["svg"] }
- svg
-
Support for printing graphs to svg
Enables graphviz-rust ^0.6
to print graphs
Affects
print::VizDotGraph.print_to_svg
…