Skip to content

Commit 7de007f

Browse files
authored
chore: Add a link to datasketches-rust to README.md (#501)
1 parent 639134f commit 7de007f

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
@@ -4,11 +4,12 @@ This is the core C++ component of the Apache DataSketches library. It contains
44

55
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).
66

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

99
- [datasketches-java](https://github.com/apache/datasketches-java)
1010
- [datasketches-python](https://github.com/apache/datasketches-python)
1111
- [datasketches-go](https://github.com/apache/datasketches-go)
12+
- [datasketches-rust](https://github.com/apache/datasketches-rust)
1213

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

0 commit comments

Comments
 (0)