dioxus-form

Crates.iodioxus-form
lib.rsdioxus-form
version0.1.2
sourcesrc
created_at2024-07-11 01:06:52.423404
updated_at2024-08-25 22:13:43.133647
descriptionAutomatic form-serializer for dioxus
homepagehttps://github.com/rhaskia/dioxus-form/
repositoryhttps://github.com/rhaskia/dioxus-form/
max_upload_size
id1298947
size70,709
Rhaskia (rhaskia)

documentation

README

Dioxus Form

This crate is a serializer of sorts, and using serde it can serialize a given struct (primitives, vecs, etc are currently a bit broken when deserializing) into an HTML form. Currently it's made specifically for dioxus, so it requires a Signal to work. Image of HTML Form, and rust struct below

To Do/Issues

  • Better vec functionality, currently vecs are not expandable and do not have removable elements
  • A better way of changing values - currently a change redoes all of the HTML - so either a second deserializer that creates JS to change the values, or only change them on outside changes
Commit count: 15

cargo fmt