Bytes.Writer.writes_to_stringBytes.Slice.{take,drop}_first_or_eod (#11).Bytes.Slice.{take,drop,break} in favor of Bytes.Slice.{take_first,drop_first,cut_first} to align on the stdlib's new String terminology (#11).Bytes.Slice.compare. The last byte of equal length slices was not compared (#14). Thanks to Anil Madhavapeddy for the report.Bytes.Reader.of_slice when the given slice does not start at 0. Thanks to Thomas Gazagnaire for report (#13).Bytesrw_sysrandom: fix headers for musl libc (alpine.) (#7)Bytesrw_sysrandom module for operating system provided cryptographically secure pseudorandom byte streams and an entropy primitive.Bytesrw_crypto.Psa module for low-level cryptographic operations on byte slices. These are thin and safe bindings to the PSA Crypto API specification currently provided by the TF-PSA-Crypto C library distributed with Mbed TLS.Bytesrw_crypto module for higher-level cryptographic operations implemented over Bytesrw_crypto.Psa. Mostly hashing for now. Use this if you need SHA-3 hashes.Bytesrw_tls a module for TLS encrypted streams and the needed X.509 certificate management (including system lookups for trusted CAs). The backend is provided by the Mbed TLS C library.Bytesrw_unix.bytes_writer_of_socket_fd which shutdowns the fd in the send direction when the end of stream is written.Bytes.Slice.last.Int_val vs Long_val in C bindings. Affects Bytesrw_blake3, Bytesrw_md, Bytesrw_xxh, Bytesrw_zlib, Bytesrw_zstdBytesrw_xxhash.Xxh64.{to_hex,pp}. Leading zeros were not being printed (#5).Slice.break: do not return None if any of Slice.take or Slice.drop does. Simply return the result of both operations.Slice.{sub,make}[_or_eod]. The functions now behave like Bytes.sub as far as indexing is allowed. Thanks to Adrián Montesinos González for the report and suggesting the fix (#4).bytesrw.* libraries are made to export bytesrw.First release.
Supported by a grant from the OCaml Software Foundation.