Crates.io | powerzones |
lib.rs | powerzones |
version | 0.1.0 |
source | src |
created_at | 2022-11-05 17:26:57.840012 |
updated_at | 2022-11-05 17:26:57.840012 |
description | A utility library for calculating cycling power zones using Hunter Allen's formula. |
homepage | |
repository | https://github.com/stevedoyle/powerzones |
max_upload_size | |
id | 705956 |
size | 4,923 |
A utility library for calculating cycling power zones using Hunter Allen's formula.
Add this to your Cargo.toml
:
[dependencies]
powerzones = "0.1.0"
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.