Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Conaclos Conaclos released this 02 Jan 19:06
· 56 commits to main since this release
ae90dcb
  • ByteCursor abstraction to read and write safely a buffer of bytes

  • Enable to configure at runtime:

    • initial buffer length
    • maximum buffer length
    • thresholds (string length) for switching from custom to native UTF-8 decoders/encoders
  • Decoders and encoders for basic types (bool, opaque data, floats, integers, typed arrays, UTF-8 string)