space

Crates.io MIT/Apache docs.rs LoC

A library that attempts to create good abstractions and implementations for common spatial data structures.

What it currently has

What it should have

What it shouldn't have

When will space be 1.0

space will have a stable API once const generics land in Rust stable and each one of the trees supports concrete constant and dynamic dimensional data. nalgebra currently supports this kind of functionality via type-level integers. Since const generics are not far off being stabilized, space will simply wait for them to merge before being stabilized. In the meantime, the primary focus is on 3d trees specifically, but this is not the final destination of the API.

Contributing