tinymvt 0.0.3

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
[package]
name = "tinymvt"
version = "0.0.3"
edition = "2021"
license = "MIT"
description = "Simple library for serializing Mapbox Vector Tile (MVT) with minimal dependencies."

[dependencies]
ahash = "0.8.11"
indexmap = "2.6.0"
prost = "0.13.3"

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