Crates.io | dms-coordinates |
lib.rs | dms-coordinates |
version | 1.3.1 |
source | src |
created_at | 2021-12-22 10:48:42.512171 |
updated_at | 2024-06-15 17:59:54.184515 |
description | Package to handle D°M'S'' coordinates |
homepage | https://github.com/gwbres/dms-coordinates |
repository | https://github.com/gwbres/dms-coordinates |
max_upload_size | |
id | 501576 |
size | 70,066 |
Rust Crate for D°M'S" coordinates manipulation, used in navigation :sailboat: :airplane: :ship:
This crate exposes several structures
DMS
, DMS3d
, Cardinal
serdes ops, requires "std"Other solutions exist nowadays in Rust to deal with sexagesimal coordiantes.
The geodesy
library is one of them, and most likely more consistent than this library.
The sole interest you can find here is the few dependencies that this library has.