package biniou

  1. Overview
  2. Docs
Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v1.2.0.tar.gz
sha256=d939a9d58660201738c3d22ad5b7976deb2917b22591a07525807bb741357d36
md5=f3e92358e832ed94eaf23ce622ccc2f9

doc/biniou/Bi_util/index.html

Module Bi_utilSource

Error handling etc.

Sourceexception Error of string

Multipurpose exception normally raised when invalid data is found by a read or write operation.

Sourceval error : string -> 'a

error msg is equivalent to raise (Error msg).