🚀 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.
//! Performance Monitor Module - DevTools performance monitoring
//!//! This module provides the PerformanceMonitor for tracking form performance
//! metrics including operation times and memory usage.
pubmodperformance_monitor;// Re-export public API
pubuseperformance_monitor::*;