huddle-gui 1.0.1

Native desktop GUI (egui/eframe) for huddle — end-to-end-encrypted chat over a Tor onion relay.
1
2
3
4
5
6
//! The central panes and the left sidebar.

pub mod chat;
pub mod people;
pub mod settings;
pub mod sidebar;