a5 0.7.3

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

pub mod pentagon;
pub use pentagon::*;

pub mod spherical_polygon;
pub use spherical_polygon::*;

pub mod spherical_triangle;
pub use spherical_triangle::*;