Tags: dutradotdev/quokka
Tags
quokka-core v0.3.1 — GUI/IPC contract + thiserror 2.0
Same contract as core-v0.3.0 (Device seam, app facade returning serializable
DTOs + DeviceError, pure logic, SVG/PNG card; proven by tests/gui_contract.rs)
with the thiserror 2.0 dependency upgrade folded in.
Consume via: quokka-core = { git = "https://github.com/dutradotdev/quokka.git", tag = "core-v0.3.1" }
quokka-core v0.3.0 — GUI/IPC contract pinned
Stable seam for the private Tauri GUI: Device trait + neutral DTOs,
the app facade (one async fn per operation returning serializable DTOs +
DeviceError), pure logic, and the SVG/PNG card. BatchUpdate now serializes
alongside WalkProgress/LogEntry. Contract proven by tests/gui_contract.rs.
Consume via: quokka-core = { git = "https://github.com/dutradotdev/quokka.git", tag = "core-v0.3.0" }
PreviousNext