CountryIP

--- ### Getting Started CountryIP is available on crates.io under the name countryip. Install it with cargo by running: ```bash cargo install countryip ``` Alternatively if you don't have cargo installed or just want to manually, You can get the latest version of country-ip from the [github actions artifacts](https://github.com/DaRacci/country-ip/actions/workflows/build.yml/) ### Usage From the command line you can use ```bash ./countryip --country [two or three digit iso3166 code] ```