Skip to main content

Crate origin_platform

Crate origin_platform 

Source
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§

NoopNotificationService
Drops every notification. Used for headless runs and CLI builds.
Notification

Enums§

Urgency

Traits§

NotificationService
Native user notifications.
Opener
Opens a URL in the user’s browser.