Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 493 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 493 Bytes

KVarInt

Kotlin library providing a okio kvarint reader

Usage

val buffer: BufferedSource = "11111111 00000001".binToBuffer()
val result: UInt = buffer.readVarUInt()

now result will hold the value of 255U

Links

Projects using this library

  • the EIP-1577 module in KEthereum

License

MIT