package ocplib-endian

  1. Overview
  2. Docs
Optimised functions to read and write int16/32/64 from strings and bigarrays

Install

Dune Dependency

Authors

Maintainers

Sources

1.2.tar.gz
md5=8d5492eeb7c6815ade72a7415ea30949
sha512=2e70be5f3d6e377485c60664a0e235c3b9b24a8d6b6a03895d092c6e40d53810bfe1f292ee69e5181ce6daa8a582bfe3d59f3af889f417134f658812be5b8b85

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

Module EndianBigstringSource

Sourcemodule type EndianBigstringSig = sig ... end

Functions reading according to Big Endian byte order

Sourcemodule BigEndian : sig ... end

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

Sourcemodule BigEndian_unsafe : sig ... end

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

Sourcemodule LittleEndian : sig ... end

Functions reading according to Little Endian byte order

Sourcemodule LittleEndian_unsafe : sig ... end

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

Sourcemodule NativeEndian : sig ... end

Functions reading according to machine endianness

Sourcemodule NativeEndian_unsafe : sig ... end

Functions reading according to machine endianness without checking for overflow

OCaml

Innovation. Community. Security.