Registry / utility / utime
library0.3.3rscratesunverified

A missing utime function for Rust.

# Cargo.toml [dependencies] utime = "0.3.3"
INSTALL
IMPORT
SIG · UTIME
U
utime
utilityrustv0.3.3
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.

utime
use utime::utime;

Set access and modification times of a file.

use utime::utime; fn main() { utime("file.txt", 1234567890, 1234567890).unwrap(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
utime — cargo add utime · libregistry