uselesskey-core-sink 0.5.1

Tempfile-backed artifact sinks used by uselesskey.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# uselesskey-core-sink

Test fixture tempfile sinks for `uselesskey`.

## Purpose

- Keep file-path-oriented artifact outputs isolated from the core factory crate.
- Expose deterministic-friendly helpers for writing artifacts to secure tempfiles.
- Preserve cleanup behavior by deleting files when handles drop.

This microcrate is intentionally focused: it has no domain-specific crypto knowledge and
only models output sinks.