termchat 1.3.1

Distributed LAN chat application in the terminal
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod application;
mod state;
mod terminal_events;
mod message;
mod renderer;
mod action;
mod commands;
mod ui;
mod util;
mod encoder;
pub mod config;