IRC like Client/Server implementation in Rust
This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2023-11-19 19:05:01 -08:00
src begin server listening logic 2023-11-19 19:05:01 -08:00
.gitignore cargo init 2023-11-17 18:37:56 -08:00
Cargo.lock add lib, partition both application files, c-line input 2023-11-19 19:03:59 -08:00
Cargo.toml cargo init 2023-11-17 18:37:56 -08:00
README.md Update README.md 2023-10-27 18:15:02 -07:00
rfc.txt add rfc 2023-11-17 18:49:24 -08:00

rust-irc

Here we have a simple irc-like client and server application in rust, and libraries to support them both

Table of Contents