diff options
Diffstat (limited to 'rust/src/flowgraph.rs')
| -rw-r--r-- | rust/src/flowgraph.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/flowgraph.rs b/rust/src/flowgraph.rs index c55970e2..df4ee391 100644 --- a/rust/src/flowgraph.rs +++ b/rust/src/flowgraph.rs @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +//! Interfaces for creating and displaying pretty CFGs in Binary Ninja. + use binaryninjacore_sys::*; use crate::disassembly::DisassemblyTextLine; |
