Abstract Event Types into a general struct

Ground work for supporting different input / emulation backends
This commit is contained in:
Ferdinand Schober
2023-02-08 00:41:25 +01:00
parent 9daa63bbea
commit f545fe2686
9 changed files with 688 additions and 309 deletions

View File

@@ -1,5 +1,5 @@
pub mod client;
pub mod config;
pub mod dns;
pub mod event;
pub mod request;
pub mod client;