Facilitates manipulation of bits and byte arrays, offering utility functions for efficient data handling. Integrates seamlessly into projects with straightforward dependency management.
bits version: bytearray version:
Kotlin DSL:
repositories { mavenCentral() } dependencies { implementation("io.github.maapuh.kmp:byteutil-bits:1.0.0") //bits implementation("io.github.maapuh.kmp:byteutil-bytearray:1.0.0") //bytearray }