https://github.com/fillzpp/sys-info-rs
Get system information in Rust.
https://github.com/fillzpp/sys-info-rs
rust sys-info-rs
Last synced: about 1 year ago
JSON representation
Get system information in Rust.
- Host: GitHub
- URL: https://github.com/fillzpp/sys-info-rs
- Owner: FillZpp
- License: mit
- Created: 2015-02-19T09:01:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T13:58:07.000Z (about 2 years ago)
- Last Synced: 2025-05-16T00:06:20.936Z (about 1 year ago)
- Topics: rust, sys-info-rs
- Language: Rust
- Size: 136 KB
- Stars: 174
- Watchers: 4
- Forks: 58
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# sys-info-rs
[](https://travis-ci.org/FillZpp/sys-info-rs)
Get system information in Rust.
For now it supports Linux, Mac OS X, illumos, Solaris, FreeBSD, OpenBSD, NetBSD and Windows.
And now it can get information of kernel/cpu/memory/disk/load/hostname and so on.
[Documentation](https://docs.rs/sys-info)
### Usage
Add this to `Cargo.toml`:
```
[dependencies]
sys-info = "0.9"
```
and add this to crate root:
```
extern crate sys_info;
```