dioform-fullstack 0.5.0

Dioxus Fullstack submit adapters for Dioform
Documentation

dioform-fullstack

crates.io docs.rs

Dioxus Fullstack submit adapters for Dioform.

This adapter keeps Dioform's submission lifecycle local to the form. Server functions return application-defined transport payloads, and callers map those payloads into structured SubmitErrors. Transport failures stay on a separate explicit mapping path, so network, serialization, or server-function invocation failures do not become submit errors by accident.

Depends on the dioform facade and Dioxus Fullstack.

Install

[dependencies]
dioform = "0.1.1"
dioform-fullstack = "0.1.1"

Feature Flags

  • server: enables the server-side half (pulls in dioxus-server and dioxus-fullstack/server); enable it from the server build only.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.