From 8a40b7b42e6fb80d51e2344ff828715ae4322269 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 7 Dec 2021 15:42:23 -0600 Subject: [PATCH] cbindgen: ignore frames module --- rust/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 00a8e82ce3..296d02a0ca 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -96,6 +96,7 @@ pub mod conf; pub mod jsonbuilder; #[macro_use] pub mod applayer; +/// cbindgen:ignore pub mod frames; pub mod filecontainer; pub mod filetracker;