diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2023-12-22 13:46:10 -0700 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2024-01-04 11:02:14 -0700 |
| commit | 80b07dfa158bb093cc93e602363655b62ae595f8 (patch) | |
| tree | 4e92af37909c07e64f41cbf73b2ea8e68e875ef0 /rust/src/lib.rs | |
| parent | 7c98724a614550e37e5a33805e13179c87363b91 (diff) | |
Support function recognizers in Rust architecture plugins
Diffstat (limited to 'rust/src/lib.rs')
| -rw-r--r-- | rust/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 3636eb40..5347491f 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -143,6 +143,7 @@ pub mod fileaccessor; pub mod filemetadata; pub mod flowgraph; pub mod function; +pub mod functionrecognizer; pub mod headless; pub mod interaction; pub mod linearview; |
