{"id":27154471,"url":"https://github.com/nilssonk/rust-quadtree","last_synced_at":"2025-10-10T06:10:01.267Z","repository":{"id":45590028,"uuid":"419426564","full_name":"nilssonk/rust-quadtree","owner":"nilssonk","description":"A simple implementation of a Quadtree in Rust.","archived":false,"fork":false,"pushed_at":"2021-12-06T22:36:41.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T17:51:40.148Z","etag":null,"topics":["quadtree","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nilssonk.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":"2021-10-20T17:27:20.000Z","updated_at":"2021-12-06T22:36:43.000Z","dependencies_parsed_at":"2022-07-26T11:47:01.906Z","dependency_job_id":null,"html_url":"https://github.com/nilssonk/rust-quadtree","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nilssonk/rust-quadtree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilssonk%2Frust-quadtree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilssonk%2Frust-quadtree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilssonk%2Frust-quadtree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilssonk%2Frust-quadtree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nilssonk","download_url":"https://codeload.github.com/nilssonk/rust-quadtree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilssonk%2Frust-quadtree/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261743114,"owners_count":23203088,"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":["quadtree","rust"],"created_at":"2025-04-08T17:34:44.297Z","updated_at":"2025-10-10T06:09:56.227Z","avatar_url":"https://github.com/nilssonk.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rust-quadtree\nA simple implementation of a [Quadtree](https://en.wikipedia.org/wiki/Quadtree) in Rust.\n\n## Features\n* Data to be inserted should implement the *BoxBounded\\\u003cT\u003e* trait which enables AABB querying.\n* In an attempt to increase reference locality, the nodes themselves only carry a list of indices into a central StableVec which stores the inserted data.\n* The subdivision limit, i.e. the number of elements a single node can contain before a node subdivision is triggered, is compile-time configurable through *const generics*.\n* A visitation interface is included for convenient tree traversal.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnilssonk%2Frust-quadtree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnilssonk%2Frust-quadtree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnilssonk%2Frust-quadtree/lists"}