Skip to main content

Crate hotl_platform

Crate hotl_platform 

Source
Expand description

Platform seams (rust-implementation §Workspace layout).

M0 carries only what M0 needs: Clock and SecretStore. Fs/Exec/Http traits join when the browser milestone makes indirection pay for itself; until then native crates use std/tokio/reqwest directly behind their own crate boundaries (the seam is the crate, not yet a trait).

Structs§

EnvSecrets
SystemClock

Traits§

Clock
SecretStore
Resolution order: env var → SecretStore → prompt. M0 ships the env implementation; Keychain/secret-service land at MD.