rusty_chat 0.1.0

A client-server chat application on TCP written in Rust
Documentation
  • Coverage
  • 0%
    0 out of 99 items documented0 out of 45 items with examples
  • Size
  • Source code size: 51.21 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 8.97 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Kitt3120/rusty_chat
    0 1 4
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Kitt3120

rusty-chat

A simple network-wide chat application, consisting of a server and a client side implementation.

Why?

I just picked up Rust and after going through the "The Rust programming language" book, I wanted to implement something to apply the skills taught by the book. The chat app is multi-threaded and uses Mutexes, Atomic Reference Counting Pointers and Channels to handle memory.