Cargo Features
iptrie has no features set by default.
[dependencies]
iptrie = { version = "0.8.8", features = ["graphviz"] }
- graphviz
-
Activate this feature to generate trie structures in a graphviz file (if graphviz is installed, a PDF file could be directly generated by using dot)
Affects
trie::graphviz
…