🚀 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.
//! Core Hooks Module - Fundamental form management hooks
//!//! This module provides the essential hooks for form management including
//! the main `use_form` hook and basic form operations.
pubmodform;// Re-export public API
pubuseform::*;