universal-date-parser 1.0.0

Universal date parser that can parse any date format into standardized output with intelligent format detection
Documentation
# Rust build artifacts
/target/
target/
*.bk
.cargo/

# OS and editor files
.DS_Store
.vscode/
*.swp
*.swo
*~

# Package files
pkg/
.wasm-pack-log
node_modules/
npm-debug.log*

# Test coverage
lcov.info
coverage/

# Benchmark results
criterion/

# Documentation
/doc/

# IDE files
.idea/
*.iml

# Temporary files
*.tmp
*.temp