changes.mady.by.user Casey Bowman
Saved on Dec 23, 2020
...
You should see Response on right
follow instructions in helloworld-tutorial, creating client.rs and adding mod client; to beginning of main.rs
mod client;
Run client
cargo run --bin helloworld-client