A utility library for calculating cycling power zones using Hunter Allen's formula.
Add this to your Cargo.toml
:
toml
[dependencies]
powerzones = "0.1.0"
rust
let ftp: u32 = 200;
let zones = calc_power_zones(ftp);
cargo test
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
Powerzones is distributed under the terms of the MIT license.