Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add InteractionHandler to Rust API #6361

Open
emesare opened this issue Jan 25, 2025 · 0 comments
Open

Add InteractionHandler to Rust API #6361

emesare opened this issue Jan 25, 2025 · 0 comments
Labels
Component: Rust API Issue needs changes to the Rust API Effort: Trivial Issue should take < 1 day

Comments

@emesare
Copy link
Member

emesare commented Jan 25, 2025

This would allow us to handle interactions programmatically from rust, a use case can be found in the flow graph example:

// TODO: Register BNInteractionHandlerCallbacks with showGraphReport pointing at our function
// TODO: Idea: register showGraphReport that dumps a dotgraph to stdin

C++ API class:

class InteractionHandler

@emesare emesare added Component: Rust API Issue needs changes to the Rust API Effort: Trivial Issue should take < 1 day labels Jan 25, 2025
@emesare emesare changed the title Add InteractionHandler to rust API Add InteractionHandler to Rust API Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Rust API Issue needs changes to the Rust API Effort: Trivial Issue should take < 1 day
Projects
None yet
Development

No branches or pull requests

1 participant