Docs.rs
rpsutil-0.0.3
rpsutil 0.0.3
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
darwin67
Dependencies
glob ^0.3
normal
libc ^0.2
normal
Versions
90.32%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rpsutil
0.0.3
Module system
Module Items
Structs
Functions
In crate rpsutil
rpsutil
Module
system
Copy item path
Source
Expand description
module for accessing system related information.
Structs
§
Uptime
Struct to represent values in /proc/uptime.
User
Struct to represent a system user.
Functions
§
boot_
time
Return the system boot time expressed in seconds since the epoch.
uptime
Return an instance of Uptime
users
Return a list of system users currently logged in.