sun
A rust port of the JS library suncalc, forked from the sun crate.
Features
- Get sun position at a given time and position
- Get sun phase times for a given location
- Moon calculations
Install
Add the following to your Cargo.toml
[dependencies]
suncalc = "0.3"
Usage