solti-model 0.0.4

Domain model types for the Solti task execution SDK: task specs, states, and identifiers.
Documentation
1
2
3
4
5
6
7
8
9
10
//! # Task environment
//!
//! [`TaskEnv`] stores ordered key-value pairs.
//! Lookup uses the last matching value.

#[macro_use]
mod macros;

mod task;
pub use task::TaskEnv;