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ยง
- Temp
Artifact - A tempfile-backed artifact that cleans up on drop.