From b0a5ea2dfbbd910902ab7cb96e911e2c7996eead Mon Sep 17 00:00:00 2001 From: tison Date: Tue, 19 May 2026 06:42:15 +0800 Subject: [PATCH] chore: Add a link to datasketches-rust to README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7ff65d4e..676deee97 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,12 @@ This is the core Java component of the DataSketches library. It contains all of This component is also a dependency of other components of the library that create adaptors for target systems, such as the [Apache Pig adaptor](https://github.com/apache/datasketches-pig), the [Apache Hive adaptor](https://github.com/apache/datasketches-hive), and others. -Note that we have parallel core library components for C++, Python, and GO implementations of many of the same sketch algorithms: +Note that we have parallel core library components for C++, Python, GO, and Rust implementations of many of the same sketch algorithms: - [datasketches-cpp](https://github.com/apache/datasketches-cpp) - [datasketches-python](https://github.com/apache/datasketches-python) - [datasketches-go](https://github.com/apache/datasketches-go) +- [datasketches-rust](https://github.com/apache/datasketches-rust) Please visit the main [DataSketches website](https://datasketches.apache.org) for more information.