solverforge-macros 0.8.4

Derive macros for SolverForge constraint solver
Documentation
1
2
3
4
5
6
7
8
9
mod expand;
mod list_variable;
mod utils;

#[cfg(test)]
#[path = "planning_entity_tests.rs"]
mod tests;

pub(crate) use expand::expand_derive;