Module tasks

Module tasks 

Source
Expand description

Task execution and management module

This module provides the core types for task execution, matching the CUE schema.

Re-exports§

pub use executor::*;
pub use graph::*;

Modules§

executor
Task executor for running tasks with environment support
graph
Task graph builder using petgraph

Structs§

Shell
Shell configuration for task execution
Task
A single executable task
Tasks
Root tasks structure from CUE

Enums§

TaskDefinition
A task definition can be either a single task or a group of tasks
TaskGroup
Represents a group of tasks with execution mode