repartee 0.9.1

A modern terminal IRC client built with Ratatui and Tokio
1
2
3
4
5
6
7
8
9
10
11
pub mod docs;
mod handlers_admin;
pub(crate) mod handlers_dcc;
mod handlers_e2e;
mod handlers_irc;
mod handlers_ui;
pub mod helpers;
pub mod parser;
pub mod registry;
pub mod settings;
pub mod types;