Cargo Features
butterfly-fuzz has no features set by default.
[dependencies]
butterfly-fuzz = { version = "0.2.2", features = ["docs-rs", "graphviz", "safe_only"] }
-
docs-rs
-
Only needed for building documentation on docs.rs
Enables
docs-rs
of
pcap
^0.9
-
graphviz
-
Enables the GraphvizMonitor
Affects
event::USER_STAT_STATEGRAPH
,
monitor::GraphvizMonitor
…
-
safe_only
-
Replace performance-optimized unsafe operations
with slightly slower but safe operations