#forecast #api #weather

forecast_io

forecast.io API 的非官方 Rust 封装

5 个版本 (3 个破坏性更新)

使用旧的 Rust 2015

0.4.0 2016年9月13日
0.3.0 2016年8月31日
0.2.0 2016年8月30日
0.1.1 2016年8月27日
0.1.0 2016年8月24日

#24 in #forecast

ISC 许可证

27KB
604 行代码(不包括注释)

travis-badge license-badge docs-badge

forecast.io.rs

forecast.io API 的非官方 Rust 封装。

安装

将以下依赖项添加到您的 Cargo.toml 中

forecast_io = "0.3"

并将其包含到您的项目中

extern crate forecast_io;

许可证

许可证信息在 LICENSE.md 中。简而言之,ISC。

依赖项

~6MB
~142K SLoC