ff_macro 0.2.2

TryFrom impl HashMap<String,String> -> Struct
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ff_macro"
version = "0.2.2"
edition = "2021"
repository = "https://github.com/tascord/from_form"
homepage = "https://github.com/tascord/from_form"
license = "MIT"
description = "TryFrom impl HashMap<String,String> -> Struct"

[lib]
proc-macro = true

[dependencies]
quote = "1.0.35"
syn = "2.0.52"