naturalearthdata 0.1.1

A Rust library for downloading Natural Earth data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## naturalearthdata

Rust create bindings for the data provided by the [Natural Earth Data](https://www.naturalearthdata.com/).

This create has two direct dependencies:

- `gdal`
- `reoarrow`

## Usage

```rust
todo!();
```