1 2 3 4 5 6 7 8 9
use solverforge_macros::planning_entity; #[planning_entity(debug)] struct Task { #[planning_id] id: usize, } fn main() {}