summaryrefslogtreecommitdiff
path: root/rust/src/component.rs
AgeCommit message (Expand)Author
2026-05-10[Rust] Refactor `binary_view` moduleMason Reed
2025-12-15[Rust] Restructure type APIs into `types` moduleMason 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] Simplify usage surrounding c stringsMason Reed
2025-05-12[Rust] Simplify `BnStrCompatible` traitMason Reed
2025-05-12[Rust] Return `String` instead of `BnString` for cases where lossy conversion...Mason Reed
2025-01-25Rust refactorMason Reed
2024-07-09Rust API : Fix misc clippy warningsKyleMiles
2024-07-02Small fixes for rust component apiJosh Ferrell
2024-07-02add Component missing functionsRubens Brandao
2024-07-02implement rust ComponentRubens Brandao