bamboo-domain 0.1.0

Domain models and shared types for the Bamboo agent framework
Documentation
1
2
3
4
5
//! Bamboo schedule domain — types for schedule definitions, triggers, and run records.

pub mod domain;

pub use domain::*;