Skip to content

Small and simple library to simplify work with DFU codecs using Kotlin

License

Notifications You must be signed in to change notification settings

MushroomMif/Kodecs

Repository files navigation

Kodecs

Small and simple library to simplify work with DFU codecs using Kotlin. It provides easy builder for "record-based" codecs, conversion from DFU DataResult to Kotlin Result and vice versa and some extension functions.

How to use this library

To use this library, clone the repository and type gradlew publishToMavenLocal in terminal. Then add maven local repository and library to your build.gradle(.kts)

repositories {
    mavenLocal()
}

dependencies {
    implementation("me.mushroommif:kodecs:1.0")
}

About

Small and simple library to simplify work with DFU codecs using Kotlin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages