bitpack_serializer
This library provides functions for encoding efficiently simple OCaml data
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
ON THIS PAGE
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library Bitpack_serializer
The library_binary encoding provides two main modules.
- Buffer: defines buffers for writing and reading compressed data.
- Lens: an easy to use API for easily defining encoders and decoders.
The entry point of this library is the module: Bitpack_serializer
.