a5 0.8.0

High-performance Rust implementation of the A5 hierarchical spatial indexing system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// A5
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) A5 contributors

pub mod cap;
pub mod global_neighbors;
pub mod grid_disk;
pub mod lattice_boundary;
pub mod lattice_flood_fill;
pub mod lattice_neighbors;
pub mod line;
pub mod neighbors;
pub mod quintant_neighbors;