Rename backend to client and simplify event handling

This commit is contained in:
Joscha 2022-03-05 19:44:03 +01:00
parent 2400651483
commit 5680eb3ab2
9 changed files with 34 additions and 42 deletions

View file

@ -1,6 +1,6 @@
#![warn(clippy::use_self)]
pub mod backend;
pub mod client;
mod config;
mod never;
mod ui;