Skip to content

A utility library for calculating cycling power zones using Hunter Allen's formula.

License

Notifications You must be signed in to change notification settings

stevedoyle/powerzones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

powerzones

A utility library for calculating cycling power zones using Hunter Allen's method.

Usage

Add this to your Cargo.toml:

[dependencies]
powerzones = "0.1.0"

Example

let ftp: u32 = 200;
let zones = calc_power_zones(ftp);

Tests

cargo test

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

Powerzones is distributed under the terms of the MIT license.

About

A utility library for calculating cycling power zones using Hunter Allen's formula.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages