-
Notifications
You must be signed in to change notification settings - Fork 0
reference
Douwe de Vries edited this page Jul 1, 2026
·
1 revision
The reference section collects stable facts about configuration, data models, and dependencies. Start here when changing the API contract, runtime flags, build settings, or release dependencies.
| Page | Covers |
|---|---|
| Configuration | App settings, Tauri config, environment variables, and k6 runtime inputs |
| Data models | TypeScript and Rust payload shapes |
| Dependencies | Frontend, Rust, bundled k6, CI, and release dependencies |
| Source path | Purpose |
|---|---|
src/lib/loadrift/ |
TypeScript API and shared models |
src/lib/tauri/ |
Tauri adapter, dialogs, and error formatting |
src-tauri/src/models.rs |
Rust payload models |
src-tauri/tauri.conf.json |
Desktop app and bundle configuration |
package.json |
npm scripts and frontend dependencies |
src-tauri/Cargo.toml |
Rust dependencies |
For contributor workflow details, see How to contribute.