http-relay 0.6.0

A Rust implementation of _some_ of [Http relay spec](https://httprelay.io/).
Documentation
# Rust
/target/
**/*.rs.bk
*.pdb

# Cargo
Cargo.lock

# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Testing
*.profraw
*.profdata

# Documentation
/doc/

# Build artifacts
*.o
*.so
*.dylib
*.dll
*.exe

# Backup files
*.bak
*.tmp

cache.sqlite*

# Demo (Next.js)
demo/.next/
demo/out/

# Claude Code
.claude/

lcov.info