summaryrefslogtreecommitdiff
path: root/rust/examples/template/src
AgeCommit message (Collapse)Author
2024-04-09replace BStr with strRubens Brandao
2023-12-05Resolves #3714: Adds core initialization/shutdown wrapper object (to the ↵KyleMiles
Rust API) that you can initialize at the top of your script and it'll auto-cleanup at the end of your script. Also some misc doc fixes.
2023-07-10Move binary view loading in to the core; deprecate open_view in favor of ↵KyleMiles
load; update examples
2023-01-06Rust API: Lots and lots of clippy changesKyleMiles
2022-09-29Fix updated rust apiGlenn Smith
2022-02-14Rust: Minor tweaks to 2890; merge architecture::InstructionTextToken and ↵KyleMiles
disassembly::InstructionTextToken; update examples
2021-06-29Resolves #2521; Rust API Linking ErrorsKyleMiles