Thanks to visit codestin.com
Credit goes to lib.rs

2 releases

0.0.2 Jul 11, 2019
0.0.1 Jun 28, 2019

#38 in #core

33 downloads per month
Used in seven_seg

MIT/Apache

5KB
89 lines

CPU-freq

Get cpu frequency


lib.rs:

A crate to obtain CPU frequency information

The crates attempts to obtain the information with as little permissions as possible, in the fastest way possible, while still returning a result.

Examples

Fetch CPU frequency

let cpus = cpu_freq::get();

Dependencies

~79KB