network-protocol 1.2.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
# Ensure consistent line endings across all platforms
* text=auto
*.rs text eol=lf
*.toml text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.sh text eol=lf eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf

# Exclude development directories from archive exports
/tests            export-ignore
/docs             export-ignore
/.github          export-ignore
/.gitignore       export-ignore

# Tell GitHub how to highlight .noml files
*.noml linguist-detectable=true linguist-language=TOML