Supercluster
A high-performance Rust crate for geospatial and non-geospatial point clustering.
Reference implementation

Documentation
For more in-depth details, please refer to the full documentation.
If you encounter any issues or have questions that are not addressed in the documentation, feel free to submit an issue.
This crate was initially inspired by Mapbox's supercluster blog post.
Usage
To use the supercluster crate in your project, add it to your Cargo.toml:
[]
= "x.x.x"
Below is an example of how to create and run a supercluster using the crate. This example demonstrates how to build supercluster options, create a new supercluster, and get a tile. For more detailed information and advanced usage, please refer to the full documentation.
use ;
Safety
This crate uses #![forbid(unsafe_code)] to ensure everything is implemented in 100% safe Rust.
Contributing
๐ Thanks for your help improving the project! We are so happy to have you!
We have a contributing guide to help you get involved in the project.