summaryrefslogtreecommitdiff
path: root/rust/src/repository
AgeCommit message (Expand)Author
2026-05-05Expose 'is_paid' Extension field in API0cyn
2026-05-04Re-add license text field to API0cyn
2026-04-22Expose all version-specific info for extensions in API0cyn
2026-04-14Plugin Manifest V2 Support0cyn
2025-11-03Revert "Refactor Plugin Load/Management to support upcoming changes"0cyn
2025-10-30Fix rust api formattingJosh Ferrell
2025-10-29[Rust] Update repository API following updated Core API'sMason Reed
2025-10-29Refactor Plugin Load/Management to support upcoming changes0cyn
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-02-07Fix incorrect casts in Rust RepositoryPluginMason Reed
2025-02-06Implement Rust RepositoryRubens Brandao