energymon / energymon-rust

Rust abstractions over energymon-default C library
Apache License 2.0
0 stars 1 forks source link

EnergyMon Rust Wrappers

The energymon crate provides some abstractions over the energymon-sys crate, available at https://github.com/energymon/energymon-sys.

Dependencies

The energymon crate depends on the energymon-sys crate.

Additionally, you should have the native energymon libraries installed to the system.

The latest EnergyMon C libraries can be found at https://github.com/energymon/energymon.

Usage

Add energymon as a dependency in Cargo.toml:

[dependencies.energymon]
git = "https://github.com/energymon/energymon-rust.git"

Project Source

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

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

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.