hyperlite 0.1.0

Lightweight HTTP framework built on hyper, tokio, and tower
Documentation
/target/
**/*.rs.bk
Cargo.lock

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# Documentation
/doc/

# Test and coverage
*.profraw
*.profdata
/coverage/
lcov.info
cobertura.xml

# Environment and secrets
.env
.env.local
.env.*.local
*.pem
*.key
*.p12

# Temporary files
*.tmp
*.temp
*.log

# Benchmark results
*.criterion/