v0.2.0.0
·
223 commits
to master
since this release
0.2.0.0 -- 2020-12-15
- Add
Z.Data.Text.Regexmodule, which provide regex functions using RE2. - Rename
buildBytes,buildBytesListinZ.Data.Buildertobuild,buildChunks. - Rename
encodeBytes,encodeBytesListinZ.Data.Buildertoencode,encodeChunks. buildChunksnow produces a lazy bytes list, (so thatencodeChunks, etc.).- Functions in
Z.Data.Text.Searchnow return char index by default, addfindBytesIndices/findBytesIndex/Rto
search for bytes index. - Add
fromStdStringtoZ.Foreignto marshallstd::stringfrom c++ code.