tinymvt 0.2.0

Simple library for serializing Mapbox Vector Tile (MVT) with minimal dependencies.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "tinymvt"
version = "0.2.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/ciscorn/tinymvt"
description = "Simple library for serializing Mapbox Vector Tile (MVT) with minimal dependencies."

[dependencies]
foldhash = "0.1.5"
indexmap = "2.9.0"
prost = "0.13.5"

[build-dependencies]
prost-build = "0.13.5"