1
2
3
4
//! All the data sent between egui and the backend

pub mod input;
pub mod output;