[][src]Function kubos_app::app_start

pub fn app_start(
    handler: &dyn AppHandler,
    name: &str,
    log_level: LevelFilter
) -> Result<(), Error>

The entry point for all KubOS applications. The preferred way to use this application is through the app_main! macro