[go: up one dir, main page]

sysinfo 0.1.10

Library to handle processus
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "sysinfo"
version = "0.1.10"
authors = ["guillaume1.gomez@gmail.com"]

description = "Library to handle processus"
repository = "https://github.com/GuillaumeGomez/sysinfo"
license = "LGPL-3.0+"

[dependencies]
libc = "^0.2"

[lib]
name = "sysinfo"
crate_type = ["rlib"]
path = "src/sysinfo.rs"