Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 429 Bytes

File metadata and controls

17 lines (11 loc) · 429 Bytes

RustTask

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"