package msgpck

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type buf_in = string
type buf_out = Bytes.t
val read : ?pos:int -> buf_in -> int * t
val write : ?pos:int -> buf_out -> t -> int
val to_string : ?outbuf:buf_out -> t -> string