package ocplib-endian

  1. Overview
  2. Docs
Optimised functions to read and write int16/32/64 from strings and bigarrays, based on new primitives added in version 4.01.

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.tar.gz
sha256=76f268e1aff8dbac8b6a0ca9473f90255da35f15b0fcaf26a840cb6f73029243
md5=74b45ba33e189283170a748c2a3ed477

doc/ocplib-endian.bigstring/EndianBigstring/index.html

Module EndianBigstring

module type EndianBigstringSig = sig ... end

Functions reading according to Big Endian byte order

module BigEndian : sig ... end

Functions reading according to Big Endian byte order without checking for overflow

module BigEndian_unsafe : sig ... end

Functions reading according to Big Endian byte order without checking for overflow

module LittleEndian : sig ... end

Functions reading according to Little Endian byte order

module LittleEndian_unsafe : sig ... end

Functions reading according to Big Endian byte order without checking for overflow

module NativeEndian : sig ... end

Functions reading according to machine endianness

module NativeEndian_unsafe : sig ... end

Functions reading according to machine endianness without checking for overflow

OCaml

Innovation. Community. Security.