summaryrefslogtreecommitdiff
path: root/rust/src/lib.rs
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2022-08-04 19:18:58 -0400
committerGlenn Smith <glenn@vector35.com>2022-09-29 21:02:22 -0400
commit56404139af933b7a559c9023c81b849acaf6f0f4 (patch)
tree0e0be54b49655f30df806ee5e2ff5b9c7e11af19 /rust/src/lib.rs
parent1f2dc817cf30e41ed925248a76a217673a90b0cb (diff)
[Rust API] DownloadProvider
Diffstat (limited to 'rust/src/lib.rs')
-rw-r--r--rust/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
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;