Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 280 Bytes

File metadata and controls

11 lines (6 loc) · 280 Bytes

async-rust

trying Tokio in rust

--

The entirety of this project was to figure out why I couldn't get an async main to run

Reason: tokio = { version = "1.29.1", features = ["full"] } <- needs to be in dependencies

if not including full features then async main wouldn't work