Programming Assignment 2
CS 51520
Operating Systems
Spring, 2019

Use Rust to solve this programming assignment. Write a client.rs program that does exactly what the client.c program described in the assignment should do. In the zip file for the assignment there is a server.c (and server.exe) program that provides data for your client.rs program. You don't need to modify that program; it works just as well as a data source for a Rust program as for a C program.

One of the purposes of this assignment is to have you work directly with bits and bytes.

Turn in a zip file called CS51520Hw2Surname.zip (where Surname is your last name) containing your version of client.rs.

This assignment is due Monday, February 18.