Skip to content

Conversation

@alilleybrinker
Copy link
Collaborator

This replaces the prior hidden-global magic in the #[query] and queries! macros of the Rust plugin SDK with a more explicit wiring-up of queries (defined on functions with the #[query] attribute) and their plugin (with the queries! macro call inside the Plugin trait impl).

This replaces the prior hidden-global magic in the `#[query]`
and `queries!` macros of the Rust plugin SDK with a more explicit
wiring-up of queries (defined on functions with the `#[query]`
attribute) and their plugin (with the `queries!` macro call inside
the `Plugin` trait impl).

Signed-off-by: Andrew Lilley Brinker <abrinker@mitre.org>
@alilleybrinker alilleybrinker added this pull request to the merge queue Nov 26, 2025
Merged via the queue into main with commit 8768035 Nov 26, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants