let body = reqwest::get("https://www.rust-lang.org").text();
println!("body = {:?}", body);
}
}
it should be async fn main()
Обсуждают сегодня