1
2
3
4
5
6
7
8
9
10
11
12
13
(** @canonical Msgpack.Constants *)
module Constants = Msgpack__Constants
(** @canonical Msgpack.Message *)
module Message = Msgpack__Message
(** @canonical Msgpack.Parser *)
module Parser = Msgpack__Parser
(** @canonical Msgpack.Serializer *)
module Serializer = Msgpack__Serializer