package containers

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Containers_leb128

LEB128 encoding and decoding.

See https://en.wikipedia.org/wiki/LEB128 .

module Byte_slice = CCByte_slice
module Byte_buffer = CCByte_buffer
module Decode : sig ... end
module Encode : sig ... end