Registry / utility / gix-tempfile

gix-tempfile

JSON →
library23.0.1rscratesunverified

A tempfile implementation with a global registry to assure cleanup.

# Cargo.toml [dependencies] gix-tempfile = "23.0.1"
INSTALL
IMPORT
SIG · GIX-TEMPFILE
G
gix-tempfile
utilityrustv23.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TempFile
use gix_tempfile::TempFile;

Create a temporary file with automatic cleanup.

use gix_tempfile::TempFile; let temp = TempFile::new("prefix_", ".tmp").unwrap(); // File is automatically cleaned up on drop.
Debug
Known issues

No known issues recorded.

Upgrade
Version history
23.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gix-tempfile — cargo add gix-tempfile · libregistry