Skip to content

Latest commit

 

History

History
executable file
·
9 lines (6 loc) · 521 Bytes

README.md

File metadata and controls

executable file
·
9 lines (6 loc) · 521 Bytes

Light Kotlin Multiplatform CBOR

Full CBOR implementation in multiplatform Kotlin that attempts to be robust, easy to use and fast, with minimum allocations

Reading and writing bytes is based on custom ByteRead + ByteWrite = ByteData abstraction. These provide flexible methods to write different binary primitives.

CBOR reading and writing is done through CborRead and CborWrite.