diff options
| author | Josh Watson <josh@joshwatson.com> | 2021-03-06 10:51:14 -0800 |
|---|---|---|
| committer | Kyle Martin <krm504@nyu.edu> | 2021-03-15 13:35:44 -0400 |
| commit | 023af80bad02bd451c062e3fcb97e239426bcc49 (patch) | |
| tree | 79234ac25f59599d64a661532e28e198e0fa2d09 /rust/src/lib.rs | |
| parent | e7a244bfe52a67c32c9dd076933769acf0da65a1 (diff) | |
Implementing BackgroundTask
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 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; |
