Registry / utility / tempfile-fast

tempfile-fast

JSON →
library0.3.6rscratesunverified

Provides Linux-specific extensions for creating temporary files with improved performance.

# Cargo.toml [dependencies] tempfile-fast = "0.3.6"
INSTALL
IMPORT
SIG · TEMPFILE-FAST
T
tempfile-fast
utilityrustv0.3.6
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 tempfile_fast::TempFile;

Creates a temporary file using Linux-specific optimizations.

use tempfile_fast::TempFile; fn main() { let tmp = TempFile::new().unwrap(); println!("Temp file: {:?}", tmp.path()); }
Debug
Known issues
gotchaLinux-only; will not compile on other platforms
fix
Use conditional compilation or fallback to tempfile crate
affects: >=0.1.0
Upgrade
Version history
0.3.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
tempfile-fast — cargo add tempfile-fast · libregistry