small-bytearray-builder v0.3.2.0 Release Notes

Release Date: 2020-01-20 // about 4 years ago
    • ➕ Add putMany, which allows pasting into the same mutable byte array over and over.
    • ➕ Add consLength.
    • ➕ Add putManyConsLength, useful for chunked HTTP encoding.
    • ➕ Add runOnto
    • ➕ Add Data.Bytes.Chunks.length
    • ➕ Add wordPaddedDec2 and wordPaddedDec9.
    • ➕ Add word8PaddedLowerHex.