3 releases

0.1.3 Jul 29, 2025
0.1.2 Apr 1, 2024
0.1.1 Aug 25, 2021

#95 in Geospatial

Download history 203/week @ 2025-08-01 247/week @ 2025-08-08 190/week @ 2025-08-15 339/week @ 2025-08-22 239/week @ 2025-08-29 232/week @ 2025-09-05 207/week @ 2025-09-12 159/week @ 2025-09-19 192/week @ 2025-09-26 122/week @ 2025-10-03 67/week @ 2025-10-10 190/week @ 2025-10-17 276/week @ 2025-10-24 153/week @ 2025-10-31 79/week @ 2025-11-07 193/week @ 2025-11-14

752 downloads per month

ISC license

44KB
1K SLoC

static-bushes

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()).

Dependencies

~245KB