1 2 3 4 5 6 7
use temprs::model::app::TempApp; fn main() { let mut app = TempApp::new(); app.run(); }