Blame src/bytes/README

Packit b513ef
backward-compatibility package for the standard Bytes module of 4.02
Packit b513ef
Packit b513ef
Starting from 4.02, the OCaml standard library splits String into two
Packit b513ef
modules, String for now-immutable strings and Bytes for mutable byte
Packit b513ef
sequences. This package exports a Bytes package mimicking the new
Packit b513ef
interface to older OCaml version, letting you write code using Bytes
Packit b513ef
that works with OCaml < 4.02.