Hi, it's me just doing follow-along of the official tokio tutorial
In order to use examples you have to start the server first:
cargo run --bin serverAnd then run one of the binaries separately:
cargo run --bin <name of the file>For example:
cargo run --bin clientYou can also run some examples, like
cargo run --example mini-tokio