diff options
| author | 0cyn <kat@vector35.com> | 2026-04-21 09:36:57 -0400 |
|---|---|---|
| committer | 0cyn <kat@vector35.com> | 2026-04-22 09:15:37 -0400 |
| commit | 37f159a0ef0d517f88d78c8450d120b8aa6d9ccb (patch) | |
| tree | b928013e6289653662911c29d93d4745031d9e8d /rust/src/repository.rs | |
| parent | 8ed744a615909ac4bec2bc6dd92cf5cb0485cf07 (diff) | |
Expose all version-specific info for extensions in API
Diffstat (limited to 'rust/src/repository.rs')
| -rw-r--r-- | rust/src/repository.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/repository.rs b/rust/src/repository.rs index 2f1ab267..18946eac 100644 --- a/rust/src/repository.rs +++ b/rust/src/repository.rs @@ -11,10 +11,10 @@ use std::ptr::NonNull; use binaryninjacore_sys::*; use crate::rc::{Array, CoreArrayProvider, CoreArrayProviderInner, Guard, Ref, RefCountable}; -use crate::repository::plugin::Extension; use crate::string::{BnString, IntoCStr}; pub use manager::RepositoryManager; +pub use plugin::{Extension, ExtensionVersion, ExtensionVersionPlatform}; pub type PluginType = BNPluginType; pub type PluginStatus = BNPluginStatus; |
