uselesskey-core-sink 0.7.1

Tempfile-backed artifact sinks used by uselesskey.
Documentation

uselesskey-core-sink

Published-internal compatibility shim.

Tempfile sink ownership moved into uselesskey-core. Existing imports from this crate remain available during the compatibility-shim period:

use uselesskey_core_sink::TempArtifact;

Prefer uselesskey-core for supported extension work. The canonical raw sink implementation now lives at uselesskey_core::srp::sink; the supported error-converting wrapper remains available as uselesskey_core::TempArtifact.