Expand description
Shared service-handler producers: TUI deliveries and headless drains both reach these handlers. Never record raw clipboard or shell-output payloads.
NativePath is the tape’s path-carrying argument wrapper: native paths
serialize through strop-core’s versioned encoding so replay never depends
on lossy UTF-8 conversion.
Structs§
- Native
Path - A path crossing the tape boundary. Reusable where a tuple carries a
path; structs with path fields use
#[serde(with=...)]directly.