tinymvt 0.0.4

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.4"
edition = "2021"
license = "MIT"
description = "Simple library for serializing Mapbox Vector Tile (MVT) with minimal dependencies."

[dependencies]
foldhash = "0.1.4"
indexmap = "2.7.1"
prost = "0.13.5"

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