I built an offline-first sync engine with event sourcing, in Rust shared between mobile and backend
A small, honest write-up of a thing I built mostly for fun, that somehow ended up working. Code: github.com/teimuraz/rust-mobile-offline-sync First, t…