sif-kdtree

Crates.iosif-kdtree
lib.rssif-kdtree
version
sourcesrc
created_at2023-04-10 06:06:30.055018+00
updated_at2025-03-23 06:40:26.435533+00
descriptionsimple, immutable, flat k-d tree
homepage
repositoryhttps://github.com/adamreichold/sif-kdtree
max_upload_size
id834873
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Adam Reichold (adamreichold)

documentation

https://docs.rs/sif-kdtree

README

sif-kdtree

crates.io docs.rs github.com

A simple library implementing an immutable, flat representation of a k-d tree supporting arbitrary spatial queries, nearest neighbour search and backing storage based on memory maps.

License

Licensed under

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 22

cargo fmt