Expand description
Platform contracts (ADR-0001).
These traits are the only way domain code touches the operating system. Tauri-backed
implementations live in adapters/ and host/; this crate must never depend on them.
Modules§
- paths
- Where an application keeps its data.
Structs§
- Noop
Notification Service - Drops every notification. Used for headless runs and CLI builds.
- Notification
Enums§
Traits§
- Notification
Service - Native user notifications.
- Opener
- Opens a URL in the user’s browser.