Tutorials
Each tutorial follows the same shape: Goal, Prerequisites, Step-by-step, Verification, Cleanup, Next steps. Pick the target you’re shipping to and follow it end-to-end.
- Calculator — fastest path: generate every target, build the cdylib, run the C/Node/Swift consumers from the in-tree sample.
- Swift iOS — Rust → SwiftPM → Xcode iOS app.
- Android — Rust → AAR → Android Studio app on emulator/device.
- Python — Rust → ctypes package →
pip installandpython demo.py. - Node.js — Rust → N-API addon →
npm publishshape.