This crate includes a low level implementation of the PMTiles format based on the standard Read and Write trait.
It also contains some utilities, which might become handy when working with PMTiles archives. Among others these include functions for (de-)compression with all algorithms supported by PMTiles, as well as functions to convert from and to tile ids.
The documentation includes some examples.
Add following lines to your Cargo.toml: ```toml
[dependencies] pmtiles2 = "0.1.1" ```