nextdeck-helper
Rust helper lib for test-event and Clap xtask integrations.
Test Events
[]
= "0.1"
event!;
Events are emitted only when NEXTDECK_TEST_EVENTS environment variable is set (Nextdeck does this automatically).
See test-events guide for more info.
Clap Xtask Metadata
Enable the opt-in feature in the xtask crate:
[]
= { = "0.1", = ["xtask-clap"] }
Handle Nextdeck's metadata request before parsing the normal command line:
use Parser;
See xtask integration guide for more info.