bytesmith v0.3.8.0 Release Notes

Release Date: 2021-10-11 // over 2 years ago
    • โž• Add peek and peek' to Data.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.

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 to Data.Bytes.Parser.Latin.
    • Reexport endOfInput and isEndOfInput from Latin.
    • โž• Add charInsensitive to ASCII module.
    • Correct implementation of peek and peek'.