repartee 0.9.1

A modern terminal IRC client built with Ratatui and Tokio
1
2
3
4
5
6
7
pub mod auth;
pub mod broadcast;
pub mod protocol;
pub mod server;
pub mod snapshot;
pub mod tls;
pub mod ws;