Crates.io | static-bushes |
lib.rs | static-bushes |
version | 0.1.2 |
source | src |
created_at | 2021-08-25 18:07:55.482713 |
updated_at | 2024-04-01 06:44:09.243741 |
description | Rust ports of the kdbush and flatbush npm packages |
homepage | |
repository | https://github.com/apendleton/static-bushes |
max_upload_size | |
id | 442288 |
size | 53,226 |
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()
).