simbld-http 0.2.0

A comprehensive HTTP response library for Rust.
Documentation
# === Rust specific ===
# Compilation artifacts
/target/

# Dependencies
Cargo.lock

# Generated by Cargo
/.cargo/

# Crates.io index
/.cargo/registry/
/.cargo/git/

# Rustfmt generated files
**/*.rs.bk

# === Documentation ===
# Generated documentation
/target/doc/

# === Build tools ===
# Binaries for programs and tests
*.exe
*.out
*.app
*.dSYM
*.stackdump

# === Editor specific ===
# VS Code
.vscode/
*.code-workspace

# IDE specific (JetBrains, RustRover, etc.)
.idea/
/*.iml

# === Debugging ===
# Core dumps
core.*

# === Temporary files ===
# Temporary files from editors
*.swp
*.swo
*.bak
*.tmp
*.log

# Temporary files from MacOS
.DS_Store
.AppleDouble
.LSOverride

# === Git specific ===
# Ignoring Git files
*.orig
*.rej

# === Build tools ===
# Docker-related
docker-compose.override.yml
*.env

# === Testing ===
# Test coverage results
/coverage/
*.profraw
*.profdata