eframe_tao 0.20.1

egui framework - write GUI apps that compiles to web and/or natively
pub mod epi_integration;
pub mod run;

/// File storage which can be used by native backends.
#[cfg(feature = "persistence")]
pub mod file_storage;