up:: Tauri
Tauri v2 x Svelte 5 で、アプリケーション開発をはじめる! Rust - Qiita
- src
- フロントエンドのソースコード
- routes
- ルーティング対象
- ルーティング
- src-tauri
- tauriの実装
- src
- バックエンドコード
- lib.rs
- ライブラリエントリーポイント
- ここの関数はcargo.tomlで名付けられ、main.rsで読まれる
- target
- ビルドの書き出し先
- この二つはRustと同じ
- capabilities
- default.json
- セキュリティ定義
- tauri security
- default.json
- static
- svelteの画像など静的リソース