mgrs2latlong 0.3.2

DEPRECATED: This crate has been renamed to `mgrs`. This is a thin wrapper that re-exports the `mgrs` CLI.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# mgrs2latlong


> **DEPRECATED**: This crate has been renamed to [`mgrs`]https://crates.io/crates/mgrs.

## Migration


```sh
cargo install mgrs
```

The `mgrs` crate provides the same CLI with the same flags. The binary is now called `mgrs` instead of `mgrs2latlong`.

## About


This package is a thin compatibility wrapper that depends on the `mgrs` library crate. It will continue to work, but all future development happens in the [`mgrs`](https://github.com/h4x0r/mgrs) repository.