mapplot 0.1.0

A library for plotting data on maps.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Ondrej Telka <me@ondt.dev>"]
categories = ["visualization"]
description = "A library for plotting data on maps."
documentation = "https://docs.rs/mapplot"
edition = "2021"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["plotting", "maps", "geo", "google"]
license = "MIT OR Apache-2.0"
name = "mapplot"
readme = "README.md"
repository = "https://github.com/ondt/mapplot"
version = "0.1.0"