solverforge-deliveries / src /data /data_seed.rs
blackopsrepl's picture
feat(app): add SolverForge deliveries tutorial app
03e3b1b
raw
history blame contribute delete
142 Bytes
mod entrypoints;
mod firenze;
mod hartford;
mod philadelphia;
mod types;
pub use entrypoints::{generate, DemoData};
#[cfg(test)]
mod tests;