Registry / utility / aptos-temppath

aptos-temppath

JSON →
libraryrscratesunverified

Provides temporary path utilities for creating and managing temporary files and directories.

# Cargo.toml [dependencies] aptos-temppath = "latest"
INSTALL
IMPORT
SIG · APTOS-TEMPPATH
A
aptos-temppath
utilityrust
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.

TempPath
use aptos_temppath::TempPath;

Creates a new temporary path.

use aptos_temppath::TempPath; fn main() { let temp = TempPath::new(); println!("Temp path: {:?}", temp.path()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
2
Resources
aptos-temppath — cargo add aptos-temppath · libregistry