Module protocols

Source
Expand description

Protocol System for Nerve Framework

Provides communication protocol implementations including:

  • Message serialization and deserialization
  • Protocol negotiation and handshaking
  • Error handling and recovery
  • Protocol statistics and monitoring

Modulesยง

error_handling
Protocol Error Handling for Nerve Framework
monitoring
Protocol Monitoring for Nerve Framework
negotiation
Protocol Negotiation for Nerve Framework
prelude
Protocol system prelude for convenient imports
serialization
Protocol Serialization for Nerve Framework