1 2 3 4 5 6
use model_rs::Result; #[tokio::main] async fn main() -> Result<()> { model_rs::run().await }