tui_form_widget/
lib.rs

1#![doc = include_str!("../README.md")]
2
3mod form;
4mod widget;
5
6pub use form::{Field, Form, FormSelection};