Crates.io | pmtiles |
lib.rs | pmtiles |
version | 0.11.0 |
source | src |
created_at | 2022-10-21 21:56:32.651552 |
updated_at | 2024-09-20 10:36:15.251529 |
description | Implementation of the PMTiles v3 spec with multiple sync and async backends. |
homepage | |
repository | https://github.com/stadiamaps/pmtiles-rs |
max_upload_size | |
id | 693954 |
size | 4,751,177 |
This crate implements the PMTiles v3 spec, originally created by Brandon Liu for Protomaps.
mmap
(Tokio) for local fileshttp
and https
(Reqwuest + Tokio) for URLss3
(Rust-S3 + Tokio) for S3-compatible bucketsx/y/z
mmap
and http
at least)async-std
)PRs welcome!
make
. Install it with cargo install just
.just
.just test
.Licensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Some PMTile fixtures copied from official PMTiles repository.