Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MessagePack support #603

Open
1 of 10 tasks
jarmuszz opened this issue Jun 3, 2024 · 0 comments
Open
1 of 10 tasks

Add MessagePack support #603

jarmuszz opened this issue Jun 3, 2024 · 0 comments
Milestone

Comments

@jarmuszz
Copy link
Contributor

jarmuszz commented Jun 3, 2024

This ticket will be the root of the MessagePack implementation process.

Similarly to fs2-data-cbor, the fs2-data-msgpack should be split into two modules:

  • The low module which will work on a flat model that closely mimics the raw MessagePack format. Data in this model will not be converted into language-level values but rather kept in it's byte form.
  • The high module that will work on an AST typed accordingly to the implementation specification. The parsing and serialization in this module should most likely be built on top of the low module.

We can split the process of implementing the format into the following parts:

@satabin satabin added this to the 1.12.0 milestone Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants