1 unstable release
0.1.1 | Sep 28, 2023 |
---|
#96 in #dbus
38 downloads per month
29KB
522 lines
krunner-rs
A crate for writing KRunner plugins in Rust, easily.
Check out the examples for more!
Feature flags
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 generatingAction
s with a derive macro.
Dependencies
~5–14MB
~180K SLoC