{"id":16346447,"url":"https://github.com/milesgranger/antipode","last_synced_at":"2025-07-04T03:34:21.594Z","repository":{"id":116638085,"uuid":"273751933","full_name":"milesgranger/antipode","owner":"milesgranger","description":"Calculate the point on earth's service diametrically opposite to it.","archived":false,"fork":false,"pushed_at":"2020-06-20T18:04:58.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-18T22:31:48.397Z","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/milesgranger.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-06-20T17:14:25.000Z","updated_at":"2020-06-20T18:06:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"1ed75235-a41c-4046-9743-6830bdcafbf6","html_url":"https://github.com/milesgranger/antipode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/milesgranger/antipode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesgranger%2Fantipode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesgranger%2Fantipode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesgranger%2Fantipode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesgranger%2Fantipode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/milesgranger","download_url":"https://codeload.github.com/milesgranger/antipode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesgranger%2Fantipode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263440821,"owners_count":23467002,"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":[],"created_at":"2024-10-11T00:35:22.689Z","updated_at":"2025-07-04T03:34:21.580Z","avatar_url":"https://github.com/milesgranger.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# antipode\n\n[![CI](https://github.com/milesgranger/antipode/workflows/CI/badge.svg?branch=master)](https://github.com/milesgranger/antipode/actions?query=branch=master)\n[![crates.io](http://meritbadge.herokuapp.com/antipode)](https://crates.io/crates/antipode)\n\nCalculate the point on earth's surface diametrically opposite to it.\n\n...maybe simplest crate ever? ;-)\n\nExample\n-------\n```rust\nuse antipode::antipode;\n\nlet coord = (60.394306,  5.325919); // Bergen, Norway\nlet expected = (-60.394306, -174.674081);  // Somewhere off the coast of New Zealand\nassert_eq!(expected, antipode(coord));\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilesgranger%2Fantipode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilesgranger%2Fantipode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilesgranger%2Fantipode/lists"}