Registry / utility / space
library0.19.0rscratesunverified

A library providing abstractions for spatial datastructures and search.

# Cargo.toml [dependencies] space = "0.19.0"
INSTALL
IMPORT
SIG · SPACE
S
space
utilityrustv0.19.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KdTree
use space::KdTree;

Create a new KdTree for spatial search.

use space::KdTree; fn main() { let tree = KdTree::new(); println!("Spatial data structure created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.19.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
space — cargo add space · libregistry