1 个不稳定版本
0.1.0 | 2022 年 11 月 5 日 |
---|
#24 in #calculating
4KB
powerzones
使用 Hunter Allen 的公式计算自行车功率区域的实用库。
用法
将以下内容添加到您的 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
- 提交拉取请求 :D
许可证
Powerzones 在 MIT 许可证的条款下分发。
依赖关系
~0.4–1MB
~23K SLoC