network-protocol 1.0.1

Secure, high-performance protocol core with backpressure control, structured logging, timeout handling, TLS support, and comprehensive benchmarking for robust Rust networked applications and services.
Documentation
# Development
/dev
DIRECTIVE.md


# Rust/Cargo Build Artifacts
/target/
**/*.rs.bk

# Dependencies
/node_modules/
/vendor/

# Editor & OS Junk
/.vscode
.DS_Store
.Spotlight-V100
.Trash-*
.Trashes
.directory
.LSOverride
.AppleDouble
Desktop.ini
ehthumbs.db
Thumbs.db
$RECYCLE.BIN/

# Environment & Secrets
.env
/config/
storage/*.key
Homestead.yaml
Homestead.json
/config.json

# Sublime Text & Other IDEs
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project
._*