nodedb-array 0.2.1

Shared ND sparse array engine (coordinate-tuple indexed, tile-based) for NodeDB Origin and Lite
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: Apache-2.0

pub mod build;
pub mod node;
pub mod predicate;
pub mod query;

pub use build::HilbertPackedRTree;
pub use node::{BBox, RNode};
pub use predicate::MbrQueryPredicate;