weather_util_rust 0.16.20

CLI tool to pull weather data from openweathermap.org, intended to replace the debian package weather-util
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# https://github.com/rust-lang/rustfmt/blob/master/Configurations.md

newline_style = "Unix"
use_field_init_shorthand = true
use_try_shorthand = true


# nightly

normalize_comments = true
wrap_comments = true
format_strings = true
imports_granularity = "Crate"