This repo contains code for building mobile libraries for Convex.
The layout is as follows:
rust/
- contains the wrapper aroundconvex-rs
that exposes types for use via FFIandroid/
- contains the code for theandroid-convexmobile
libraryios/
- a subrepo pointing to convex-swiftapp_for_test/
- a Convex application used for integration testsdemos/
- various demos and samples to show how to use the libraries