From 56404139af933b7a559c9023c81b849acaf6f0f4 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Thu, 4 Aug 2022 19:18:58 -0400 Subject: [Rust API] DownloadProvider --- rust/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/src/lib.rs') diff --git a/rust/src/lib.rs b/rust/src/lib.rs index c91c9792..c13d2b22 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -138,6 +138,7 @@ pub mod databuffer; pub mod debuginfo; pub mod demangle; pub mod disassembly; +pub mod downloadprovider; pub mod fileaccessor; pub mod filemetadata; pub mod flowgraph; -- cgit v1.3.1