An experimental chat protocol written in Rust
Go to file
2021-12-24 21:50:02 -06:00
src only log once per message 2021-12-24 21:50:02 -06:00
.gitignore Initial commit 2021-12-03 12:17:12 -06:00
Cargo.lock replaced printlns with logging crate 2021-12-22 19:03:49 +01:00
Cargo.toml replaced printlns with logging crate 2021-12-22 19:03:49 +01:00
README.md Add README.md 2021-12-12 13:11:43 -06:00

Quiver

Quiver is an experimental chat protocol written in Rust.

You can run it using cargo run on rustc 1.57.0. The default port is 9000.