{"id":24228744,"url":"https://github.com/blacha/quadkey-rs","last_synced_at":"2025-08-27T13:21:02.512Z","repository":{"id":57658122,"uuid":"458423370","full_name":"blacha/quadkey-rs","owner":"blacha","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-12T05:42:25.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-17T20:29:11.146Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/blacha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-12T04:50:51.000Z","updated_at":"2022-02-12T04:51:06.000Z","dependencies_parsed_at":"2022-09-04T15:41:41.924Z","dependency_job_id":null,"html_url":"https://github.com/blacha/quadkey-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blacha/quadkey-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacha%2Fquadkey-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacha%2Fquadkey-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacha%2Fquadkey-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacha%2Fquadkey-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blacha","download_url":"https://codeload.github.com/blacha/quadkey-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacha%2Fquadkey-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272335766,"owners_count":24916529,"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","status":"online","status_checked_at":"2025-08-27T02:00:09.397Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-01-14T11:32:36.645Z","updated_at":"2025-08-27T13:21:02.467Z","avatar_url":"https://github.com/blacha.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quadkey\n\nConverting to and from quadkeys\n\n## Usage\n\n\n```rust\nuse quadkey;\n\nlet qk = quadkey::tile_to_str(2301, 1305, 14);\n// 00120211133103\n\nlet tile = quadkey::str_to_tile(\"00120211133103\")\n// Tile { x: 2301, y: 1305, z: 14}\n\nlet qk_bin = quadkey::tile_to_u64(2301, 1305, 14);\n// 442897783477764110\n\nlet tile = quadkey::u64_to_tile(442897783477764110)\n// Tile { x: 2301, y: 1305, z: 14}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblacha%2Fquadkey-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblacha%2Fquadkey-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblacha%2Fquadkey-rs/lists"}