1 2 3 4 5 6
use solverforge_macros::planning_entity; #[planning_entity] struct Task(String); fn main() {}