2025-11-25 12:06:28 +08:00
2025-12-05 21:52:46 +08:00
2025-12-05 21:52:46 +08:00
2025-11-21 03:04:06 +08:00
2025-11-21 03:04:06 +08:00
2025-11-21 03:04:06 +08:00
2025-11-21 03:04:06 +08:00
2025-11-21 03:04:06 +08:00
2025-12-05 21:52:46 +08:00
2025-11-21 03:04:06 +08:00
2025-11-21 03:04:06 +08:00
2025-11-21 03:04:06 +08:00

Friendolls (Desktop)

Run the following command in project root on first run & after changes to models on Rust side to generate TypeScript type bindings from Rust models

# unix
TS_RS_EXPORT_DIR="../src/types/bindings" cargo test export_bindings --manifest-path=./src-tauri/Cargo.toml
# powershell
$Env:TS_RS_EXPORT_DIR = "../src/types/bindings"; cargo test export_bindings --manifest-path=./src-tauri/Cargo.toml
Description
No description provided
Readme 4.2 MiB
Languages
Rust 64.7%
Svelte 22.1%
TypeScript 10.6%
HTML 1.3%
CSS 0.9%
Other 0.4%