#![warn(missing_docs)] //! egui-modal //! Modal library for [`egui`] mod modal; pub use modal::*;