stormdl-gui 0.1.2

GPUI + Adabraka UI application
Documentation
1
2
3
4
5
6
7
mod app;
mod state;

pub mod components;

pub use app::run_app;
pub use state::{AppState, Download, DownloadEvent, OrchestratorCommand};