sun 0.3.1

Calculate the position of the sun.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "sun"
version = "0.3.1"
authors = ["Markus Kohlhase <mail@markus-kohlhase.de>"]
license = "MIT"
homepage = "https://github.com/flosse/rust-sun"
repository = "https://github.com/flosse/rust-sun"
description = "Calculate the position of the sun."
readme = "README.md"
keywords = ["sun", "position"]
edition = "2021"
rust-version = "1.82"

[lints.clippy]
pedantic = { level = "warn", priority = -1 }
missing_const_for_fn = "warn"