Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 238 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 238 Bytes

This project is a collection of Rust async exercises with the tokio library.

They are all located in the examples/ directory.

Run them with cargo run --example <name>, where <name>is the file name minus the.rs` extension.