faultline_index 0.1.0

Spatial index abstractions for FaultLine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# faultline_index

Spatial indexing abstractions for FaultLine.

## Scope
- index query/result contracts
- local index trait
- distributed index trait
- in-memory local index baseline

## Notes
The crate provides interface-first spatial indexing contracts and lightweight in-memory behavior for testing and integration.