A crate for writing KRunner plugins in Rust, easily.
Check out the examples for more!
krunner-rs
uses some feature flags to enable optional features.
Here's all that's currently supported:
tokio
: Enables asynchronous runners with the Tokio runtime.derive
: Enables generating [Action
]s with a derive macro.