vertigo-forms 0.1.3

Building block for forms in vertigo
Documentation
1
2
3
4
5
6
7
8
9
10
mod dict_select;
mod multi_drop_down;
mod multi_select;
#[allow(clippy::module_inception)]
mod select;

pub use dict_select::*;
pub use multi_drop_down::*;
pub use multi_select::*;
pub use select::*;