from_form 0.2.2

From forms to your structs
Documentation
1
2
3
4
pub use ff_macro::*;
pub trait FromForm: TryFrom<std::collections::HashMap<String, String>> {
    const COLUMNS: &'static [&'static str];
}