xfr 0.7.1

Modern network bandwidth testing with TUI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod app;
pub mod server;
pub mod settings;
pub mod theme;
pub mod ui;
pub mod widgets;

pub use app::App;
pub use server::{ActiveTestInfo, ServerApp};
pub use settings::{SettingsAction, SettingsState, TuiLoopResult};
pub use theme::Theme;
pub use ui::draw;