summaryrefslogtreecommitdiff
path: root/rust/src/string.rs
AgeCommit message (Expand)Author
2026-01-01update copyrights for 2026Jordan Wiens
2025-12-15[Rust] Restructure type APIs into `types` moduleMason Reed
2025-07-02[Rust] Make `BnString::free_raw`Mason Reed
2025-07-02[Rust] Expose `strings_to_string_list`Mason Reed
2025-05-12[Rust] Enclose the `BnString` with "" in the `Debug` implMason Reed
2025-05-12[Rust] Misc cleanupMason Reed
2025-05-12[Rust] Implement custom interactive handlerrbran
2025-05-12[Rust] Rename `AsCStr` to `IntoCStr`Mason Reed
2025-05-12[Rust] Misc clippy lintsMason 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-12[Rust] More cleanupMason Reed
2025-05-12[Rust] Return `String` instead of `BnString` for cases where lossy conversion...Mason Reed
2025-03-28belated copyright year updateJordan Wiens
2025-02-25Fix BnString usage of `as_ref` instead of `as_str`Mason Reed
2025-02-06Correctly quote the string in the Debug impl for BnStringMason Reed
2025-01-28Fix `BnStrCompatible` impl for `&Path`Michael Krasnitski
2025-01-25Rust refactorMason Reed
2024-07-26Finish the `DataBuffer` implementationRubens Brandao
2024-05-28allow `load_with_option` to accept json optionsRubens Brandao
2024-05-10hide array implementation detailsRubens Brandao
2024-05-09Fix clippy warnings and run rustfmtMichael Krasnitski
2024-04-10fix the array implementation using GATRubens Brandao
2024-04-09replace BStr with strRubens Brandao
2024-01-08update copyright yearJordan Wiens
2023-07-10DWARF Import DebugInfo PluginKyleMiles
2023-01-06Fix update copyright year leftoverXusheng
2022-09-29[Rust API]: Eq for Ref<Type>Glenn Smith
2022-09-29[Rust API] Better name for this trait fn, more CC supportGlenn Smith
2022-09-29[Rust API] General type fixes and additionsGlenn Smith
2022-09-29[Rust API] Helpers and Structure::members/insert_memberGlenn Smith
2022-09-29[Rust API] Make more types convertible to BN typesGlenn Smith
2022-08-31Rust API : Major docs update (still need detailed module and function documen...KyleMiles
2022-08-29Rust API : Update and add copyrightsKyleMiles
2022-02-14rust: add ArrayGuard and for non-owned arraysFabian Freyer
2021-07-07DebugInfo - plugable debug information importers - C++, Rust, and Python APIsKyleMiles
2021-05-11Rust API; More setting support, fix edgecase in open_view_with_options, and f...KyleMiles
2021-01-21cargo fmt and all my changesKyleMiles
2021-01-21This is a combination of 23 commits, the work of Ryan Snyder:Ryan Snyder