Registry / utility / umask
library2.1.0rscratesunverified

Utility to deal with Unix access mode (umask).

# Cargo.toml [dependencies] umask = "2.1.0"
INSTALL
IMPORT
SIG · UMASK
U
umask
utilityrustv2.1.0
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.

Umask
use umask::Umask;

Get the current umask value.

use umask::Umask; fn main() { let mask = Umask::current().unwrap(); println!("Current umask: {:o}", mask); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources