RustTask for Gapit
Task 1:
my_rust_task is the Server part of task 1. enter "cargo run" into terminal to run servers.
my_rust_client is the Client part of task 1. enter "cargo run -- " followed by the addresses into terminal to get the response.
Task 2:
my_rust_converter is the converter for task 2. It takes the input JSON file as input and returns the output in the output JSON file when entering "cargo run"