Skip to content

Commit 3f2ddfd

Browse files
committed
deploy: 7de007f
1 parent d349173 commit 3f2ddfd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/master/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,12 @@
7474
<div class="contents">
7575
<div class="textblock"><p><a class="anchor" id="md_README"></a> This is the core C++ component of the Apache DataSketches library. It contains all the key sketching algorithms from the Java implementation and can be accessed directly by user applications.</p>
7676
<p>This component is also a dependency of other library components that create adaptors for target systems, such as <a href="https://github.com/apache/datasketches-postgresql">PostgreSQL</a>.</p>
77-
<p>Note that we have parallel core library components for Java, Python, and GO implementations of many of the same sketch algorithms:</p>
77+
<p>Note that we have parallel core library components for Java, Python, GO, and Rust implementations of many of the same sketch algorithms:</p>
7878
<ul>
7979
<li><a href="https://github.com/apache/datasketches-java">datasketches-java</a></li>
8080
<li><a href="https://github.com/apache/datasketches-python">datasketches-python</a></li>
8181
<li><a href="https://github.com/apache/datasketches-go">datasketches-go</a></li>
82+
<li><a href="https://github.com/apache/datasketches-rust">datasketches-rust</a></li>
8283
</ul>
8384
<p>Please visit the main <a href="https://datasketches.apache.org">Apache DataSketches website</a> for more information.</p>
8485
<p>If you are interested in making contributions to this site, please see our <a href="https://datasketches.apache.org/docs/Community/">Community</a> page for how to contact us.</p>

0 commit comments

Comments
 (0)