{"id":13782283,"url":"https://github.com/arma-place/pmtiles-rs","last_synced_at":"2025-05-11T15:32:23.214Z","repository":{"id":65216444,"uuid":"578293793","full_name":"arma-place/pmtiles-rs","owner":"arma-place","description":"This crate includes a low level implementation of the PMTiles format based on the standard Read and Write trait.","archived":false,"fork":false,"pushed_at":"2025-04-11T20:56:58.000Z","size":4747,"stargazers_count":14,"open_issues_count":3,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T21:36:08.301Z","etag":null,"topics":["decoding","encoding","pmtiles","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arma-place.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-14T17:58:59.000Z","updated_at":"2025-04-11T20:57:01.000Z","dependencies_parsed_at":"2023-02-12T03:16:03.271Z","dependency_job_id":"f785cde9-fadb-4bed-b2e1-dadb1c4b8e03","html_url":"https://github.com/arma-place/pmtiles-rs","commit_stats":{"total_commits":36,"total_committers":1,"mean_commits":36.0,"dds":0.0,"last_synced_commit":"6772e81cd72da3ec652720af9a52ff98a1a42bc3"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arma-place%2Fpmtiles-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arma-place%2Fpmtiles-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arma-place%2Fpmtiles-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arma-place%2Fpmtiles-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arma-place","download_url":"https://codeload.github.com/arma-place/pmtiles-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253588680,"owners_count":21932300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["decoding","encoding","pmtiles","rust"],"created_at":"2024-08-03T18:01:34.732Z","updated_at":"2025-05-11T15:32:20.067Z","avatar_url":"https://github.com/arma-place.png","language":"Rust","funding_links":[],"categories":["Watchlist"],"sub_categories":[],"readme":"# PMTiles (for Rust) [![crates.io](https://img.shields.io/crates/v/pmtiles2?style=flat-square\u0026logo=rust)](https://crates.io/crates/pmtiles2) [![docs.rs](https://img.shields.io/badge/docs.rs-pmtiles2-66c2a5.svg?logo=docs.rs\u0026style=flat-square)](https://docs.rs/pmtiles2) [![build status](https://img.shields.io/github/actions/workflow/status/arma-place/pmtiles-rs/CI.yml?branch=master\u0026style=flat-square)](https://github.com/arma-place/pmtiles-rs/actions?query=branch%3Amaster)\n\nThis crate includes a low level implementation of [the PMTiles format](https://github.com/protomaps/PMTiles) based on the standard [Read](https://doc.rust-lang.org/std/io/trait.Read.html) and [Write](https://doc.rust-lang.org/std/io/trait.Write.html) (or [AsyncRead](https://docs.rs/futures/latest/futures/io/trait.AsyncRead.html) and [AsyncWrite](https://docs.rs/futures/latest/futures/io/trait.AsyncWrite.html) from the [`futures`-crate](https://docs.rs/futures/latest/futures/index.html)) traits.\n\nIt also contains [some utilities](https://docs.rs/pmtiles2/latest/pmtiles2/util/), 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.\n\n## Documentation\nSee [RustDoc Documentation](https://docs.rs/pmtiles2).\n\nThe documentation includes some examples.\n\n## Installation\n\nAdd following lines to your Cargo.toml:\n```toml\n# Cargo.toml\n[dependencies]\npmtiles2 = \"0.3\"\n```\n\n## Features\n\n### `serde`\nWith this feature enabled most public types are (de-)serializable by [serde](https://crates.io/crates/serde).\n\n### `async`\nWith this feature enabled all readable / writable types also support asynchronous readers / writers via the [AsyncRead](https://docs.rs/futures/latest/futures/io/trait.AsyncRead.html) and [AsyncWrite](https://docs.rs/futures/latest/futures/io/trait.AsyncWrite.html) traits from the [`futures`-crate](https://docs.rs/futures/latest/futures/index.html).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farma-place%2Fpmtiles-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farma-place%2Fpmtiles-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farma-place%2Fpmtiles-rs/lists"}