Docs.rs
form_fields-0.1.4
form_fields 0.1.4
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
HookedBehemoth
Dependencies
axum ^0.8.3
normal
chrono ^0.4
normal
optional
form_fields_macro ^0
normal
optional
form_urlencoded =1.2.1
normal
optional
log ^0.4.27
normal
maud ^0.27.0
normal
multer ^3.1.0
normal
optional
serde ^1.0.219
dev
tokio ^1.44.2
dev
Versions
22.78%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
form_
fields
0.1.4
All Items
Crate Items
Modules
Structs
Traits
Derive Macros
Crate
form_fields
Copy item path
Source
Modules
§
elements
from_
form
multipart
selectable
urlencoded
validation_
value
Structs
§
Form
Field
A struct that represents a form field with its metadata and descriptor. Values shared between every form field type are stored here, while input specific data is stored in the
descriptor
field, which implements the
Descriptor
trait.
Traits
§
Descriptor
A trait that describes a form field input element. Stores and validates data posted from a form.
Intermediate
Derive Macros
§
From
Form
Derive macro for generating form field specifications from a struct.
Selectable
Derive macro for generating selectable types from a copyable struct.