Module Bitpack_serializer

module Buffer : module type of Buffer

The Buffer defines the methods for serializers & deserializers in a buffer. The compression algorithm used by the library works by writing bits after bits instead of bytes.

module Lens : module type of Lens

Lenses are useful tools defining data-types encodings. Lenses provides in a single OCaml value equivalent serializes and deserializers.

module Version : module type of Version