File size: 277 Bytes
fb8fccc
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
//! Solver-runtime facade exports for the deliveries app.
//!
//! `service.rs` hides the retained `SolverManager<Plan>` details so the HTTP
//! layer only needs a small application-specific API.

mod service;

pub use service::SolverService;
pub use solverforge::SolverStatus;