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
470 stars 15 forks source link

Add transactions to file writes and restore files to previous state when transactions fail #100

Open xxfast opened 3 months ago

xxfast commented 3 months ago

Addresses #91