sysinfo 0.3.5

Library to handle processes
docs.rs failed to build sysinfo-0.3.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: sysinfo-0.30.7

system Build Status

A system handler to interact with processes.

Support the following platforms:

  • Linux
  • Mac OSX

C interface

It's possible to use this crate directly from C. Take a look at the Makefile and at the examples/src/simple.c files.

To build the C example, just run:

> make
> ./simple
# If needed:
> LD_LIBRARY_PATH=target/release/ ./simple