diff options
| author | Rubens Brandao <git@rubens.io> | 2024-06-14 14:17:15 -0300 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-07-02 15:54:54 -0400 |
| commit | b47f34b2c82e1829d03f327bdcd602a83ae5e08b (patch) | |
| tree | f1c5535c15599d60041bc3f21b26dac5f8593a08 /rust/src/lib.rs | |
| parent | 2a532263525a1bdb9f79522c64d5d2a63c373f9f (diff) | |
implement rust Component
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 e7cf1320..71ae9091 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -137,6 +137,7 @@ pub mod databuffer; pub mod debuginfo; pub mod demangle; pub mod disassembly; +pub mod component; pub mod downloadprovider; pub mod fileaccessor; pub mod filemetadata; |
