txtx-core 0.4.4

Primitives for parsing, analyzing and executing Txtx runbooks
Documentation
1
2
3
4
5
6
use txtx_addon_kit::types::commands::PreCommandSpecification;

pub mod http;
lazy_static! {
    pub static ref ACTIONS: Vec<PreCommandSpecification> = vec![http::SEND_HTTP_REQUEST.clone(),];
}