package key-parsers

  1. Overview
  2. Docs
type t = {
  1. packet_type : packet_type;
  2. packet_length : int;
  3. is_new : bool;
}
val compare : t -> t -> Ppx_deriving_runtime.int
val equal : t -> t -> Ppx_deriving_runtime.bool
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val decode : Cstruct.t -> (int * t, Packet_error.t) Stdlib.result