* 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>
6 lines
93 B
Rust
6 lines
93 B
Rust
/// The reciever state
|
|
pub mod receiver_state;
|
|
|
|
/// The receiver view
|
|
pub mod receiver_view;
|