mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-21 16:32:14 +00:00
Updated documentation to reflect Axum migration
This commit is contained in:
parent
378aaaa368
commit
991a486eae
@ -49,7 +49,7 @@ Currently, no automated test suite exists in the repository.
|
|||||||
Key modules:
|
Key modules:
|
||||||
- `app_window.rs` - Tauri window management, updater integration
|
- `app_window.rs` - Tauri window management, updater integration
|
||||||
- `dotnet.rs` - Launches and manages the .NET sidecar process
|
- `dotnet.rs` - Launches and manages the .NET sidecar process
|
||||||
- `runtime_api.rs` - Rocket-based HTTPS API for .NET ↔ Rust communication
|
- `runtime_api.rs` - Axum-based HTTPS API for .NET ↔ Rust communication
|
||||||
- `certificate.rs` - Generates self-signed TLS certificates for secure IPC
|
- `certificate.rs` - Generates self-signed TLS certificates for secure IPC
|
||||||
- `secret.rs` - Secure secret storage using OS keyring (Keychain/Credential Manager)
|
- `secret.rs` - Secure secret storage using OS keyring (Keychain/Credential Manager)
|
||||||
- `clipboard.rs` - Cross-platform clipboard operations
|
- `clipboard.rs` - Cross-platform clipboard operations
|
||||||
@ -152,7 +152,7 @@ Multi-level confidence scheme allows users to control which providers see which
|
|||||||
|
|
||||||
**Rust:**
|
**Rust:**
|
||||||
- Tauri 1.8 - Desktop application framework
|
- Tauri 1.8 - Desktop application framework
|
||||||
- Rocket - HTTPS API server
|
- Axum - HTTPS API server
|
||||||
- tokio - Async runtime
|
- tokio - Async runtime
|
||||||
- keyring - OS keyring integration
|
- keyring - OS keyring integration
|
||||||
- pdfium-render - PDF text extraction
|
- pdfium-render - PDF text extraction
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user