17 Tauri commands repeated `Uuid::parse_str(&s).map_err(|e| e.to_string())` for each UUID argument. Collapse the pattern into a `parse_uuid` helper so callers read as `let id = parse_uuid(&list_id)?;`. |
||
|---|---|---|
| .. | ||
| src | ||
| src-tauri | ||
| tauri-plugin-credentials | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||