leptos-forms-rs 1.3.0

🚀 Type-safe, reactive form handling library for Leptos applications. Production-ready with 100% test success rate, cross-browser compatibility, and comprehensive validation. Built with Rust/WASM for high performance.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod derive_macro_test;
// pub mod field_array_tests;
// pub mod integration_tests;
pub mod simple_derive_test;
// pub mod simple_field_array_test;

pub use derive_macro_test::*;
// pub use field_array_tests::*;
// pub use integration_tests::*;
pub use simple_derive_test::*;
// pub use simple_field_array_test::*;