hyperi-rustlib 2.2.1

Opinionated Rust framework for high-throughput data pipelines at PB scale. Auto-wiring config, logging, metrics, tracing, health, and graceful shutdown — built from many years of production infrastructure experience.
Documentation
# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local
.env.*.local

# Build
*.log
dist/
dist-bin/
build/
out/
test-results/
coverage/

# Temporary/cache
.tmp/

# Rust
target/
Cargo.lock
**/*.rs.bk
*.pdb
*.profraw
*.profdata
coverage-html/
coverage.lcov
.cargo/
!.cargo/config.toml
!.cargo/audit.toml

# AI agent working files (not committed)
docs/superpowers/