Docs.rs
sys_util-0.1.0
sys_util 0.1.0
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Homepage
crates.io
Source
Owners
zachreizner
denniskempin
Dependencies
data_model ^0.1
normal
libc ^0.2.44
normal
poll_token_derive ^0.1
normal
sync_panic ^0.1
normal
syscall_defines ^0.1
normal
Versions
68.54%
of the crate is documented
Platform
aarch64-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
geteuid
sys_
util
0.1.0
sys_util
Function
geteuid
Copy item path
Source
pub fn geteuid() ->
uid_t
Expand description
Safe wrapper for
geteuid(2)
.