🚀 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.
//! Form Analysis Module - Form metadata and statistics utilities
//!//! This module provides utilities for analyzing forms including
//! field metadata, statistics, and form structure analysis.
pubmodfield_metadata;pubmodform_statistics;// Re-export public API
pubusefield_metadata::*;pubuseform_statistics::*;