* advotracker: the framework project * crate/advotrackerdb: implementation of the database backend * crate/advotrackerd: implementation of the backend (daemon) * crate/adovtracker: implementaton of the application (CLI and GUI) Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
9 lines
129 B
Rust
9 lines
129 B
Rust
// The starting point (Main View).
|
|
pub mod main_view;
|
|
|
|
/// Receiver widget
|
|
pub mod receiver;
|
|
|
|
/// Sender widget.
|
|
pub mod sender;
|