bytesmith v0.3.8.0 Release Notes
Release Date: 2021-10-11 // over 3 years ago-
- โ Add
peek
andpeek'
toData.Bytes.Parser.Latin
. - โ Add inline pragmas to most functions to prevent cost centers.
- โ Add support for WordRep-to-LiftedRep in Rebindable module.
- ๐ Allow building with newer Contiguous.
- Export
uneffectful
.
- โ Add
Previous changes from v0.3.7.0
-
- โ Add
Data.Bytes.Parser.Base128
module for Base-128 encoding. - โ Add
Data.Bytes.Parser.Leb128
module for LEB-128 encoding. Supports signed integers with zig-zag encoding. - โ Add
skipWhile
toData.Bytes.Parser.Latin
. - Reexport
endOfInput
andisEndOfInput
fromLatin
. - โ Add
charInsensitive
to ASCII module. - Correct implementation of
peek
andpeek'
.
- โ Add