Skip to content

renatgalimov/cpufreq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust bindings for cpufreq library

Build Status

Brief description

This is simple rust class based interface to the cpufreq library. It's far from being perfect, but still usable. It's unittested on the real system with real libcpufreq and with a mock library.

Requirements

To build cpupower rust library you need either libcpupower or libcpufreq and rust 1.2.0 or higher.

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.