An open API service indexing awesome lists of open source software.

https://github.com/cameronclay/rust-chat

Console based chat application using TCP Sockets written in synchronous rust.
https://github.com/cameronclay/rust-chat

rust sockets tcp-client-server

Last synced: 10 months ago
JSON representation

Console based chat application using TCP Sockets written in synchronous rust.

Awesome Lists containing this project

README

          

# rust-chat
Console based chat application using TCP Sockets written in synchronous rust. This was my second project made to learn about rust.

## Unit Testing
- Some unit testing is done inline in source files (with inline modules).