Module protocol

Module protocol 

Source
Expand description

Protocol handler registry and version negotiation

Provides:

  • Protocol handler registration and lifecycle
  • Protocol version negotiation
  • Protocol capability advertisement
  • Dynamic handler loading

Structs§

ProtocolCapabilities
Protocol capabilities
ProtocolId
Protocol identifier
ProtocolRegistry
Protocol handler registry
ProtocolVersion
Protocol version using semantic versioning

Traits§

ProtocolHandler
Protocol handler trait