Skip to main content

Crate uselesskey_core_sink

Crate uselesskey_core_sink 

Source
Expand description

Sink types for writing key material to temporary files or in-memory buffers.

This crate provides TempArtifact, a tempfile-backed container that holds generated key material on disk and cleans up automatically on drop. It is useful when downstream libraries require Path-based APIs rather than in-memory byte slices.

Structsยง

TempArtifact
A tempfile-backed artifact that cleans up on drop.