The energymon
crate provides some abstractions over the energymon-sys
crate, available at
https://github.com/energymon/energymon-sys.
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.
Add energymon
as a dependency in Cargo.toml
:
[dependencies.energymon]
git = "https://github.com/energymon/energymon-rust.git"
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.
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
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.