issues
search
martinber
/
noaa-apt
NOAA APT weather satellite image decoder, for Linux, Windows, RPi 2+, OSX and Android+Termux
http://noaa-apt.mbernardi.com.ar
GNU General Public License v3.0
601
stars
55
forks
source link
Another patch of small tweaks
#12
Closed
oherrala
closed
4 years ago
oherrala
commented
4 years ago
Remove
num
crate dependency. Use what's available in standard lib and GCD algorithm from
gcd
crate.
Fix one Clippy nag
num
crate dependency. Use what's available in standard lib and GCD algorithm fromgcd
crate.