From 48f1ad7804c23c8d4dca2144509ef95d59054141 Mon Sep 17 00:00:00 2001 From: Slavik Date: Mon, 13 Nov 2023 12:08:01 +0100 Subject: [PATCH] chore: update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e890cda..6da4126 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,13 @@ This crate is deeply inspired by Mapbox's supercluster [JS package](https://www. ## Safety -This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in -100% safe Rust. +This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in 100% safe Rust. + +## Documentation + +For more in-depth details, please refer to the full [documentation](https://docs.rs/supercluster). + +If you encounter any issues or have questions that are not addressed in the documentation, feel free to [submit an issue](https://github.com/chargetrip/supercluster-rust/issues). ## Usage