summaryrefslogtreecommitdiff
path: root/rust/src/repository/plugin.rs
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-29Refactor Plugin Load/Management to support upcoming changes0cyn
2025-05-12[Rust] Reduce usage of `IntoCStr` in function signaturesMason 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