Module yrs::sync::protocol

source ·

Structs§

  • A default implementation of y-sync Protocol.
  • Since y-sync protocol enables for a multiple messages to be packed into a singe byte payload, MessageReader can be used over the decoder to read these messages one by one in iterable fashion.

Enums§

Constants§

Traits§

  • Trait implementing a y-sync protocol. The default implementation can be found in DefaultProtocol, but its implementation steps can be potentially changed by the user if necessary.