Crates.io | krunner |
lib.rs | krunner |
version | 0.1.1 |
source | src |
created_at | 2023-09-28 08:03:29.202969 |
updated_at | 2023-09-28 08:03:29.202969 |
description | A crate for writing KRunner plugins in Rust, easily. |
homepage | |
repository | https://github.com/pluiedev/krunner |
max_upload_size | |
id | 985660 |
size | 43,822 |
krunner-rs
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.