1 2 3 4 5 6
//! Date input with patterns from chrono. //! //! See also [rat-text](https://docs.rs/rat-text/latest/rat_text/) pub use rat_text::date_input::{ DateInput, DateInputState, handle_events, handle_mouse_events, handle_readonly_events, };