diff --git a/README.md b/README.md index 57125686..d33f7caf 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,12 @@ This is the core C++ component of the Apache DataSketches library. It contains This component is also a dependency of other library components that create adaptors for target systems, such as [PostgreSQL](https://github.com/apache/datasketches-postgresql). -Note that we have parallel core library components for Java, Python, and GO implementations of many of the same sketch algorithms: +Note that we have parallel core library components for Java, Python, GO, and Rust implementations of many of the same sketch algorithms: - [datasketches-java](https://github.com/apache/datasketches-java) - [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 [Apache DataSketches website](https://datasketches.apache.org) for more information.