Docs.rs
gotham_formdata_derive-0.0.7
gotham_formdata_derive 0.0.7
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
msrd0
Dependencies
proc-macro2 ^1.0
normal
quote ^1.0
normal
syn ^2.0
normal
syn-path ^2.0
normal
syn ^2.0
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
gotham_
formdata_
derive
0.0.7
All Items
Crate Items
Derive Macros
Crate
gotham_formdata_derive
Copy item path
Source
Expand description
This crate implements derive macros for the
gotham_formdata
crate.
Derive Macros
ยง
Form
Data
This derive macro implements
FormData
for the struct it is invoked on. Enums, unions and tuple structs are not supported.