From 023af80bad02bd451c062e3fcb97e239426bcc49 Mon Sep 17 00:00:00 2001 From: Josh Watson Date: Sat, 6 Mar 2021 10:51:14 -0800 Subject: Implementing BackgroundTask --- 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 eba2d8ee..c1d30f47 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -39,6 +39,7 @@ extern crate rayon; mod ffi; pub mod architecture; +pub mod backgroundtask; pub mod basicblock; pub mod binaryview; pub mod callingconvention; -- cgit v1.3.1