1 2 3 4 5 6 7 8 9 10 11 12 13
solverforge::planning_model! { root = "src/domain"; // @solverforge:begin domain-exports mod container; mod item; mod plan; pub use container::Container; pub use item::Item; pub use plan::Plan; // @solverforge:end domain-exports }