Make the shared Rust mobile contract platform-neutral for Android #91
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Turn the current iPhone-oriented mobile surface into a shared mobile application contract that Android can consume without inheriting Apple or Watch assumptions.
Scope
crates/storage::mobile*andcrates/appleexports against the Android parity matrix.crates/storage.Acceptance criteria
Depends on #88 and the Rust/UniFFI packaging issue. Part of #87.