powercap-sys 0.1.0

FFI bindings to libpowercap for interacting with the Linux powercap sysfs interface.
docs.rs failed to build powercap-sys-0.1.0
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.

Powercap Rust Bindings

This Rust crate provides declarations and linkage for the powercap C library.

The latest powercap C library can be found at https://github.com/powercap/powercap.

Dependencies

The powercap library and headers must be installed where they can be found by pkg-config. In Debian Unstable and Ubuntu Linux >= 18.04, install the libpowercap-dev package. Otherwise install it from the source (linked above).

Bindings are generated using the Rust bindgen crate.

Usage

Add powercap-sys as a dependency in Cargo.toml:

[dependencies]
powercap-sys = "0.1"

Project Source

Find this and related project sources at the powercap organization on GitHub.
This project originates at: https://github.com/powercap/powercap-sys

Bug reports and pull requests for bug fixes and enhancements are welcome.