summaryrefslogtreecommitdiff
path: root/rust/src/metadata.rs
AgeCommit message (Expand)Author
2025-05-12[Rust] Add `Display` and `Debug` impl to `Metadata`Mason Reed
2025-05-12[Rust] Metadata API improvementsMason Reed
2025-05-12[Rust] Reduce usage of `IntoCStr` in function signaturesMason Reed
2025-05-12[Rust] Rename `AsCStr` to `IntoCStr`Mason Reed
2025-05-12[Rust] More cleanup regarding `BnString`Mason Reed
2025-05-12[Rust] Simplify usage surrounding c stringsMason Reed
2025-05-12[Rust] Simplify `BnStrCompatible` traitMason Reed
2025-05-04[Rust] Fix a pre-existing formatting issueMark Rowe
2025-04-29Fix memory leak in when calling `Metadata::get_value_store` in Rust APIMason Reed
2025-01-25Rust refactorMason Reed
2024-05-28update `Session::load_with_option` to the new APIRubens Brandao
2024-05-28allow `load_with_option` to accept json optionsRubens Brandao
2024-05-27Update load APIs to take a JSON string for options.Brian Potchik
2024-05-10Rust API : Misc cargo clippy fixesKyleMiles
2024-05-10hide array implementation detailsRubens Brandao
2024-05-01Merge branch 'fix-metadata-from' of github.com:rbran/binaryninja-api into devRyan Snyder
2024-04-16remove recursive conversion for MetadataRubens Brandao
2024-04-14fix metadata impl From listsRubens Brandao
2024-04-10fix the array implementation using GATRubens Brandao
2023-09-20Rust API : FFI Fix, was leaking some non-null-terminated strings to the core....KyleMiles
2023-07-10Move binary view loading in to the core; deprecate open_view in favor of load...KyleMiles
2023-01-10Remove unused impls of `AsRef<T> for T`Michael Krasnitski
2023-01-06Rust API: Additional CleanupMichael Krasnitski
2023-01-06Rust API: Lots and lots of clippy changesKyleMiles
2023-01-05Bump to 2021Joe Rozner
2022-10-04Fix cargo warnings about unused imports; cargo fmtKyleMiles
2022-09-29[Rust API] BinaryView metadata storingGlenn Smith
2022-09-29[Rust API] Better name for this trait fn, more CC supportGlenn Smith
2022-09-29[Rust API] Add support for MetadataGlenn Smith