geoprox-core 0.4.2

Core library for Geoprox, provides geospatial indexing and search functionalities
Documentation
1
2
3
4
disallowed-types = [
    { path = "std::collections::HashMap", reason = "Use hashbrown::HashMap" },
    { path = "std::collections::HashSet", reason = "Use hashbrown::HashSet" },
]