xxfast / KStore

A tiny Kotlin multiplatform library that assists in saving and restoring objects to and from disk using kotlinx.coroutines, kotlinx.serialisation and kotlinx.io
https://xxfast.github.io/KStore/
Apache License 2.0
520 stars 18 forks source link

Extract encoder and decoders into a codec #30

Closed xxfast closed 1 year ago

xxfast commented 1 year ago

Addresses #29

⚠️ Breaking changes!

github-actions[bot] commented 1 year ago

Code Coverage

File Coverage [99.22%] :white_check_mark:
kstore/src/commonMain/kotlin/io/github/xxfast/kstore/KStore.kt 100.00% :white_check_mark:
kstore/src/commonMain/kotlin/io/github/xxfast/kstore/extensions/KVersionedStore.kt 93.94% :white_check_mark:
kstore/src/commonTest/kotlin/io/github/xxfast/kstore/KStoreTests.kt 100.00% :white_check_mark:
Total Project Coverage 99.29% :white_check_mark: