aion-worker 0.13.5

Rust remote-worker SDK for executing Aion activities over the gRPC worker protocol.
Documentation
1
2
3
4
5
6
7
8
9
//! Declared commands as activities — an action that runs without a Rust crate.

pub mod action;
pub mod registry;
pub mod template;

pub use action::{FailureMode, ShellAction, ShellOutcome};
pub use registry::{DeclaredArguments, DeclaredCommands};
pub use template::{CommandTemplate, SubstitutionError, TemplateError};