bytesmith v0.3.7.0 Release Notes

Release Date: 2020-07-27 // over 3 years ago
    • ➕ 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'.