Created
October 18, 2020 05:28
-
-
Save LironHazan/7438b07db850b4d9a87a586422c1ba67 to your computer and use it in GitHub Desktop.
snippet 2 post
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#[actix_web::main] | |
async fn main() -> std::io::Result<()> { | |
let results = run_tsttgen().await?; | |
serve_report(results).await | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment