HarryRybacki / rust_developer

Homework and projects from Rust Developer course
0 stars 0 forks source link

Initial submission for HW5: Multi-threaded chat server supporting multiple clients #1

Closed HarryRybacki closed 1 month ago

HarryRybacki commented 1 month ago

Homework specifics are located in README.md.

There is plenty to improve upon, including the bonus. I need to refactor the error handling in the client because it can still Panic in a few expected ways.