wbspatialstats 0.1.1

Unified spatial statistics library: kriging, spatial autocorrelation, spatial regression, point process analysis
Documentation
1
2
3
4
5
6
7
8
/// Build configuration
/// wbspatialstats is a pure Rust backend crate.
/// Python bindings are handled at the wbw_python level via maturin.
/// No special build configuration needed for this crate.

fn main() {
    // No-op: all configuration handled by maturin at the frontend level
}