Skip to content

Darkyenus/lkmp-cbor

Repository files navigation

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.