geoconv 0.5.0

convert between different coordinate systems
Documentation
[dependencies.libm]
version = "0.2"

[[example]]
name = "converto"
path = "examples/converto.rs"

[[example]]
name = "haversine"
path = "examples/haversine.rs"

[[example]]
name = "latlon"
path = "examples/latlon.rs"

[features]
default = ["std"]
std = []

[lib]
name = "geoconv"
path = "src/lib.rs"

[package]
authors = ["Paul Tagliamonte <paultag@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "convert between different coordinate systems"
edition = "2024"
license = "MIT"
name = "geoconv"
readme = "README.md"
repository = "https://github.com/paultag/geoconv-rs"
version = "0.5.0"