Skip to content

Commit

Permalink
Updated feature documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pd-fkie committed Aug 6, 2022
1 parent 1ad3e7d commit 2dc4a70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
//! # Features
//! - `graphviz`
//! - Adds [`GraphvizMonitor`] that writes a DOT representation of the state graph to a file
//! - `safe_only`
//! - By default butterfly uses some unsafe code for performance reasons
//! but this can be disabled with this feature
//!
//! # Tutorials, examples and more...
//! ... can be found in our [repository](https://github.com/fkie-cad/butterfly) and [wiki](https://github.com/fkie-cad/butterfly/wiki).
Expand Down
2 changes: 2 additions & 0 deletions src/monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ impl Monitor for StateMonitor {

/// A monitor that periodically outputs a DOT representation of the state graph.
///
/// __Only available with feature__: `graphviz`
///
/// If there are multiple fuzzer instances this monitor writes the state graph of
/// each instance to the file separated by linebreaks.
///
Expand Down

0 comments on commit 2dc4a70

Please sign in to comment.