ygrek / ocaml-cbor

OCaml CBOR generic decoder/encoder, RFC 7049, http://cbor.io/
MIT License
25 stars 10 forks source link

streaming decoder #5

Open c-cube opened 5 years ago

c-cube commented 5 years ago
ygrek commented 4 years ago

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

pukkamustard commented 2 years ago

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