Skip to main content

Crate renamite_platform

Crate renamite_platform 

Source
Expand description

Platform glue: file dialogs (via rlobkit-dialogs) + autosave storage.

Pattern mirrors my repadio’s player-platform: a thin crate gated on the target (not a Cargo feature), with a non-blocking callback API that works on every platform and a few blocking helpers reserved for desktop. Dialogs go through rlobkit-dialogs so one crate serves every platform (native backends on desktop, browser/Activity pickers on WASM/Android).

Modules§

dialogs
File dialogs.

Structs§

DirStore
Filesystem-backed store.

Traits§

KvStore
Durable key/value storage for autosave.

Functions§

autosave_store
Filesystem-backed autosave store (desktop).
now_ms
Monotonic-ish milliseconds since the Unix epoch.