bytesmith v0.3.1.0 Release Notes

Release Date: 2019-11-12 // over 4 years ago
    • ➕ Add big-endian and little-endian parsers for Word128.
    • ➕ Add a module for little-endian word parsers. This compliments the existing big-endian module.
    • ➕ Add functions for parsing arrays of big/little endian words of various sizes.
    • ➕ Add skipUntil to Latin.
    • ➕ Add char5, char6, char7, char8, char9, char10, and char11 to Latin.
    • Correct the implementation of takeTrailedBy.