powerzones
A utility library and binary for calculating cycling power zones using Hunter Allen's method.
Usage
Add this to your Cargo.toml:
[]
= "0.2.0"
Example
let ftp: u32 = 200;
let zones = calc_power_zones;
Binary
cargo run 200
or
powerzones 200
Tests
cargo test
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
License
Powerzones is distributed under the terms of the MIT license.