{"id":15323195,"url":"https://github.com/krishpranav/geohelper","last_synced_at":"2026-01-06T18:05:27.523Z","repository":{"id":109907866,"uuid":"510011373","full_name":"krishpranav/geohelper","owner":"krishpranav","description":"geolocation utilities for rust projects and applications","archived":false,"fork":false,"pushed_at":"2022-07-03T12:32:52.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-04T13:46:25.378Z","etag":null,"topics":["cargo","geo","geolocation","geoutils","gps","linux","location","macos","map","mapping","rust","rust-app","rust-lang","rustlang","rustmap","windows"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krishpranav.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}},"created_at":"2022-07-03T12:03:14.000Z","updated_at":"2022-07-04T04:58:24.000Z","dependencies_parsed_at":"2023-05-30T14:00:46.920Z","dependency_job_id":null,"html_url":"https://github.com/krishpranav/geohelper","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":"0.19999999999999996","last_synced_commit":"ebbf21c9d9c1566783670081b83266cef98a3177"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishpranav%2Fgeohelper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishpranav%2Fgeohelper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishpranav%2Fgeohelper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishpranav%2Fgeohelper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krishpranav","download_url":"https://codeload.github.com/krishpranav/geohelper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245898334,"owners_count":20690466,"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":["cargo","geo","geolocation","geoutils","gps","linux","location","macos","map","mapping","rust","rust-app","rust-lang","rustlang","rustmap","windows"],"created_at":"2024-10-01T09:19:18.674Z","updated_at":"2026-01-06T18:05:27.514Z","avatar_url":"https://github.com/krishpranav.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# geohelper\ngeolocation utilities for rust projects and applications\n\n[![forthebadge](https://forthebadge.com/images/badges/made-with-rust.svg)](https://forthebadge.com)\n\n## Installation:\n```rust\ngeohelper = { git = \"https://github.com/krishpranav/geohelper\" }\n```\n\n## Usage:\n```rust\nuse geohelper::Location;\n\nfn main() {\n    /**\n     * random coordinates of two location\n     */\n    let location1 = Location::new(27.740068, 85.337576);\n    let location2 = Location::new(27.740286, 85.337059);\n\n    /**\n     * calculate the distance between the two location\n     */\n    let distance = location1.distance_to(\u0026location2).unwrap();\n\n    /**\n     * print them out!!\n     */\n    println!(\"Distance: {}\", distance.meters());\n}\n```\n\n- for more tutorial visit the [docs](https://github.com/krishpranav/geohelper/blob/master/docs/geohelper.md)\n\n## License:\n- geohelper is licensed under [GPL-2.0 License](https://github.com/krishpranav/geohelper/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishpranav%2Fgeohelper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrishpranav%2Fgeohelper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishpranav%2Fgeohelper/lists"}