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-25 12:45:57 -08:00
src add server menu, work on nick reg 2023-11-25 12:45:57 -08:00
.gitignore cargo init 2023-11-17 18:37:56 -08:00
Cargo.lock start of client app 2023-11-22 19:12:10 -08:00
Cargo.toml start of client app 2023-11-22 19:12:10 -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