This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 6e1a16d5 Automatic Site Publish by Buildbot
6e1a16d5 is described below
commit 6e1a16d50e2ed47f62c4391d348b3f83983fca1b
Author: buildbot <[email protected]>
AuthorDate: Fri Jan 16 04:59:35 2026 +0000
Automatic Site Publish by Buildbot
---
output/docs/Architecture/Components.html | 9 +++++++--
output/docs/Architecture/KeyFeatures.html | 2 +-
output/docs/Architecture/LargeScale.html | 2 +-
output/docs/Community/index.html | 2 +-
output/index.html | 2 +-
5 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/output/docs/Architecture/Components.html
b/output/docs/Architecture/Components.html
index d590c223..5b669282 100644
--- a/output/docs/Architecture/Components.html
+++ b/output/docs/Architecture/Components.html
@@ -344,7 +344,7 @@
<p>If you like what you see give us a <strong>Star</strong> on these sites!</p>
<h2 id="core-sketch-libraries">Core Sketch Libraries</h2>
-<p>The key sketches of the Apache DataSketches libraries are available in
three (soon four) programming languages. By design, a sketch that is available
in one language that is also available in a different language will be “binary
compatible” via serialization. For example, when serialized into its compact
form, a sketch created by the DataSketches C++ library, can be read by the
DataSketches Java library and visa versa.</p>
+<p>The key sketches of the Apache DataSketches libraries are available in four
(soon five) programming languages. By design, a sketch that is available in
one language that is also available in a different language will be “binary
compatible” via serialization. For example, when serialized into its compact
form, a sketch created by the DataSketches C++ library, can be read by the
DataSketches Java library and visa versa.</p>
<p>Because of differences inherent in the languages, there will be some
differences in the APIs, but we try to make the same basic functionality
available across all the languages.</p>
@@ -377,10 +377,15 @@
<td><a
href="https://datasketches.apache.org/docs/Community/Downloads.html">Downloads</a>,
<a href="https://pypi.org/project/datasketches/">PyPI</a></td>
<td>Python was our third core language library and contains most of the
major sketch families that are in Java and C++. All the Python sketches are
backed by the C++ library via Pybind.</td>
</tr>
+ <tr>
+ <td><a href="https://github.com/apache/datasketches-rust">Rust
Core</a></td>
+ <td><a
href="https://datasketches.apache.org/docs/Community/Downloads.html">Downloads</a></td>
+ <td>Rust is our fourth core language and is still evolving.</td>
+ </tr>
<tr>
<td><a href="https://github.com/apache/datasketches-go">Go Core</a></td>
<td>Under Development</td>
- <td>Go is our fourth core language and is still evolving.</td>
+ <td>Go is our fifth core language and is still evolving.</td>
</tr>
</tbody>
</table>
diff --git a/output/docs/Architecture/KeyFeatures.html
b/output/docs/Architecture/KeyFeatures.html
index d163960e..990fbc13 100644
--- a/output/docs/Architecture/KeyFeatures.html
+++ b/output/docs/Architecture/KeyFeatures.html
@@ -359,7 +359,7 @@ that must handle <b>Big Data</b>, e.g.:
<li>Extensive documentation with the systems developer in mind.</li>
<li>Designed for production environments:
<ul>
- <li>Available in multiple languages: <a
href="https://github.com/apache/datasketches-java">Java</a>, <a
href="https://github.com/apache/datasketches-cpp">C++</a>, <a
href="https://github.com/apache/datasketches-python">Python</a>, and <a
href="https://github.com/apache/datasketches-go">Go</a>.</li>
+ <li>Available in multiple languages: <a
href="https://github.com/apache/datasketches-java">Java</a>, <a
href="https://github.com/apache/datasketches-cpp">C++</a>, <a
href="https://github.com/apache/datasketches-python">Python</a>, <a
href="https://github.com/apache/datasketches-rust">Rust</a>, and <a
href="https://github.com/apache/datasketches-go">Go</a>.</li>
<li>Binary compatible across systems and languages. For example, a
sketch can be built and loaded in a C++ platform, then serialized and
transported to a Java platform where it can be merged with other sketches and
queried.</li>
</ul>
</li>
diff --git a/output/docs/Architecture/LargeScale.html
b/output/docs/Architecture/LargeScale.html
index 5a9e03df..bbd0b0ca 100644
--- a/output/docs/Architecture/LargeScale.html
+++ b/output/docs/Architecture/LargeScale.html
@@ -339,7 +339,7 @@
<h3 id="multiple-languages">Multiple Languages</h3>
<ul>
- <li>The DataSketches library is now available in three languages, Java, C++,
and Python. A fourth language, Go, is in development.</li>
+ <li>The DataSketches library is now available in four languages, Java, C++,
Python, and Rust. A fifth language, Go, is in development.</li>
</ul>
<h3
id="compatibility-across-languages-software-versions-and-binary-serialization-versions">Compatibility
Across Languages, Software Versions And Binary Serialization Versions</h3>
diff --git a/output/docs/Community/index.html b/output/docs/Community/index.html
index c2334787..e5943880 100644
--- a/output/docs/Community/index.html
+++ b/output/docs/Community/index.html
@@ -348,7 +348,7 @@
<p>There are many ways that are available for our community to communicate
with each other and directly with our developers. Please review the following
for methods that meet your needs.</p>
<h3 id="users-mailing-list"><a
href="https://lists.apache.org/[email protected]">Users
Mailing List</a></h3>
-<p>This is a great place for all users (new and experienced) to ask general
questions about the library, its general capabilities, and where to get help
and find more information. This is also a great place to give the developers
general feedback about the library. If you like what you see, please give us a
<a href="https://github.com/apache/datasketches-java">Star (Java)</a> and/or <a
href="https://github.com/apache/datasketches-cpp">Star (C++/Python)</a> If you
have general suggestion [...]
+<p>This is a great place for all users (new and experienced) to ask general
questions about the library, its general capabilities, and where to get help
and find more information. This is also a great place to give the developers
general feedback about the library. If you like what you see, please give us a
<a href="https://github.com/apache/datasketches-java">Star (Java)</a>, <a
href="https://github.com/apache/datasketches-cpp">Star (C++/Python)</a>, and/or
<a href="https://github.com/ [...]
<ul>
<li>To subscribe send an empty email to <a
href="mailto:[email protected]">[email protected]</a>.</li>
diff --git a/output/index.html b/output/index.html
index f13b66dd..9387b819 100644
--- a/output/index.html
+++ b/output/index.html
@@ -201,7 +201,7 @@
</a>
<p class="text-justify">This library has been specifically designed for
production systems that must process massive data.
The library includes adaptors for Apache Hive, Apache Pig, and
PostgreSQL (C++). These adaptors also stand as examples for adaptors for other
systems.
- The sketches in this library are designed to have compatible binary
representations across languages (Java, C++, Python) and platforms.
+ The sketches in this library are designed to have compatible binary
representations across languages (Java, C++, Python, Rust) and platforms.
</p>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]