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 decode : Cstruct.t -> (int * t, Packet_error.t) result
OCaml

Innovation. Community. Security.