dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.07k stars 4.69k forks source link

Create a stateful CBOR reader #32046

Closed bartonjs closed 4 years ago

bartonjs commented 4 years ago

Create a reader for CBOR (Concise Binary Object Representation), as defined in IETF RFC 7049.

Rough project plan (approximately a PR for each stage, and 3-5 days of work)

The reader is needed before the writer, so writing/testing the writer should not hold up a functioning reader.

eiriktsarpalis commented 4 years ago

Closing this issue as the implementation aspect of this work is done.