loose-dms 0.1.2

Parse geographical coordinates from strings in DMS or decimal format
Documentation
[dependencies.regex]
version = "1.12.2"

[dependencies.thiserror]
version = "2.0.17"

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

[package]
authors = ["Carter Harrison"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "science::geo", "parser-implementations"]
description = "Parse geographical coordinates from strings in DMS or decimal format"
edition = "2024"
keywords = ["geography", "coordinates", "dms", "parsing"]
license = "MIT"
name = "loose-dms"
readme = "README.md"
repository = "https://github.com/carterharrison/loose-dms"
version = "0.1.2"