Skip to content

Commit b50dd6b

Browse files
committed
[Rust] Add transform module
1 parent 0917294 commit b50dd6b

5 files changed

Lines changed: 1077 additions & 0 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ core = ["binaryninjacore-sys/core"]
2121
rayon = { version = "1.10", optional = true }
2222
binaryninjacore-sys = { path = "binaryninjacore-sys", default-features = false }
2323
thiserror = "2.0"
24+
bitflags = "2"
2425
serde = "1.0"
2526
serde_derive = "1.0"
2627
# Parts of the collaboration and workflow APIs consume and produce JSON.

rust/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ pub mod symbol;
8484
pub mod tags;
8585
pub mod template_simplifier;
8686
pub mod tracing;
87+
pub mod transform;
8788
pub mod types;
8889
pub mod update;
8990
pub mod variable;

0 commit comments

Comments
 (0)