static-bushes

Crates.iostatic-bushes
lib.rsstatic-bushes
version0.1.2
sourcesrc
created_at2021-08-25 18:07:55.482713
updated_at2024-04-01 06:44:09.243741
descriptionRust ports of the kdbush and flatbush npm packages
homepage
repositoryhttps://github.com/apendleton/static-bushes
max_upload_size
id442288
size53,226
Andrew Pendleton (apendleton)

documentation

README

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

Commit count: 28

cargo fmt