Skip to content

Support for concatenated objects #10

Closed
@catwell

Description

@catwell

MessagePack allows binary blobs composed of several valid MessagePack objects concatenated. This is the case of the official MessagePack test data for instance (https://github.com/msgpack/msgpack/tree/master/test).

To support this kind of data you need an interface that:

  • returns the first object of the blob and the byte offset where the decoding stopped,
  • (optionally) allows you to specify an offset where the decoding should start.

An advantage of implementing this is that it would make it possible to use the "official" test data to test this module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions