Cf_endianUtility functions for byte-order sensitive data.
Primitive functions for ingesting and rendering integers and floating point numbers to and from subranges of strings and byte sequences using the "big-endian" and "little-endian" explicit octet ordering disciplines.
module type Profile = Cf_endian_core.SafeUse create e to get the endian functions module corresponding to the endianness identifier e.
module Unsafe : sig ... end