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

streaming decoder #5

Open
c-cube opened this issue Aug 26, 2019 · 2 comments
Open

streaming decoder #5

c-cube opened this issue Aug 26, 2019 · 2 comments
Labels

Comments

@c-cube
Copy link
Contributor

c-cube commented Aug 26, 2019

  • be able to read a stream of values from an in_channel (need a decoder API)
  • CPS versions of decoder/encoder so they can be used with lwt streams (see Daniel B.'s APIs)
@ygrek
Copy link
Owner

ygrek commented Sep 20, 2019

I guess there are usecases when this will be needed (?), but I am unlikely to work on this in observable future.

@ygrek ygrek added the question label Sep 20, 2019
@pukkamustard
Copy link

pukkamustard commented Jan 21, 2022

I've implemented a CBOR parser as Angstrom parsers: https://inqlab.net/git/ocaml-cbor.git/tree/lib/cbor.mli . That may allow streaming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants