{"id":28268569,"url":"https://github.com/fogarecious/rstar_tutorial","last_synced_at":"2025-06-16T20:31:33.502Z","repository":{"id":257949845,"uuid":"865396307","full_name":"fogarecious/rstar_tutorial","owner":"fogarecious","description":"Tutorial of rstar","archived":false,"fork":false,"pushed_at":"2024-10-29T22:02:54.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-20T15:13:00.973Z","etag":null,"topics":["rstar","rust","tutorial"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fogarecious.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-09-30T13:15:20.000Z","updated_at":"2024-10-29T22:02:57.000Z","dependencies_parsed_at":"2024-10-23T21:36:26.289Z","dependency_job_id":null,"html_url":"https://github.com/fogarecious/rstar_tutorial","commit_stats":null,"previous_names":["fogarecious/rstar_tutorial"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fogarecious/rstar_tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogarecious%2Frstar_tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogarecious%2Frstar_tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogarecious%2Frstar_tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogarecious%2Frstar_tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fogarecious","download_url":"https://codeload.github.com/fogarecious/rstar_tutorial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogarecious%2Frstar_tutorial/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260232822,"owners_count":22978627,"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":["rstar","rust","tutorial"],"created_at":"2025-05-20T15:13:02.006Z","updated_at":"2025-06-16T20:31:33.494Z","avatar_url":"https://github.com/fogarecious.png","language":null,"readme":"# Simple *rstar* Tutorial\n\n[*rstar*](https://github.com/georust/rstar) is an implementation of [R\u003csup\u003e*\u003c/sup\u003e-tree](https://en.wikipedia.org/wiki/R*-tree).\nThe data structure stores spatial data such as points and lines efficiently.\nThis tutorial serves as a quick start for [*rstar*](https://github.com/georust/rstar).\nWe try to keep each part of the tutorial as simple as possible.\n\n(The tutorial is for *rstar* version `0.12.0`.)\n\n## Contents\n\n* [Setting Up](./tutorial/setting_up.md)\n* [Number Of Elements](./tutorial/number_of_elements.md)\n* [Element Iterations](./tutorial/element_iterations.md)\n* Insertion\n  * [Inserting One Element At A Time](./tutorial/inserting_one_element_at_a_time.md)\n  * [Inserting Elements In A Batch](./tutorial/inserting_elements_in_a_batch.md)\n* Useful Queries\n  * [Existence Queries](./tutorial/existence_queries.md)\n  * [Nearest Neighbor Queries](./tutorial/nearest_neighbor_queries.md)\n  * [Nearest Neighbor Iterations](./tutorial/nearest_neighbor_iterations.md)\n  * [Range Queries](./tutorial/range_queries.md)\n* Data Types\n  * [Points](./tutorial/points.md)\n  * [Lines](./tutorial/lines.md)\n  * [Rectangles](./tutorial/rectangles.md)\n  * [Associating Data](./tutorial/associating_data.md)\n* Other Queries\n  * [Shooting Elements](./tutorial/shooting_elements.md)\n  * [Rectangle Queries](./tutorial/rectangle_queries.md)\n  * [Tree Intersections](./tutorial/tree_intersections.md)\n* Removal\n  * [Removing An Element](./tutorial/removing_an_element.md)\n  * [Removing Multiple Elements](./tutorial/removing_multiple_elements.md)\n* [Support For Serde](./tutorial/support_for_serde.md)\n* [Custom Data Types](./tutorial/custom_data_types.md)\n* [Custom Distances](./tutorial/custom_distances.md)\n\n## See Also\n\n* [*rstar*](https://github.com/georust/rstar) - the spatial index.\n* [R\u003csup\u003e*\u003c/sup\u003e-tree](https://en.wikipedia.org/wiki/R*-tree) - an explanation of R\u003csup\u003e*\u003c/sup\u003e-tree.\n\n## Contributions\n\nPull requests for typos, incorrect information, or other ideas are welcome!\n\n## License\n\nAll code in the tutorial is provided under the MIT License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffogarecious%2Frstar_tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffogarecious%2Frstar_tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffogarecious%2Frstar_tutorial/lists"}