package vlq

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

* Copyright (c) 2018-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree.

exception Unexpected_eof
exception Invalid_base64 of char
module type S = sig ... end
module Base64 : S