Skip to content

Commit 395c4ea

Browse files
authored
chore: Add a link to datasketches-rust to README.md (#736)
1 parent db0cf79 commit 395c4ea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ This is the core Java component of the DataSketches library. It contains all of
2828

2929
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.
3030

31-
Note that we have parallel core library components for C++, Python, and GO implementations of many of the same sketch algorithms:
31+
Note that we have parallel core library components for C++, Python, GO, and Rust implementations of many of the same sketch algorithms:
3232

3333
- [datasketches-cpp](https://github.com/apache/datasketches-cpp)
3434
- [datasketches-python](https://github.com/apache/datasketches-python)
3535
- [datasketches-go](https://github.com/apache/datasketches-go)
36+
- [datasketches-rust](https://github.com/apache/datasketches-rust)
3637

3738
Please visit the main [DataSketches website](https://datasketches.apache.org) for more information.
3839

0 commit comments

Comments
 (0)