| Crates.io | static-bushes |
| lib.rs | static-bushes |
| version | 0.1.3 |
| created_at | 2021-08-25 18:07:55.482713+00 |
| updated_at | 2025-07-29 21:22:22.530879+00 |
| description | Rust ports of the kdbush and flatbush npm packages |
| homepage | |
| repository | https://github.com/apendleton/static-bushes |
| max_upload_size | |
| id | 442288 |
| size | 72,942 |
This is library contains Rust ports of two excellent spatial indexing libraries by @mourner: KDBush and Flatbush (incomplete: lacks nearest-neighbor search).
Where appropriate, function signatures have been modified as compared to their JS versions either to make the two modules more consistent with one another, or to use more-idiomatic Rust (e.g., structures implement FromIterator and can be constructed via .collect()).