This is an automated email from the ASF dual-hosted git repository.
placave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 973f608 chore: Fix formatting and wording in README.md (#9)
973f608 is described below
commit 973f608dd44cc7679a27a65fdf715083afb47e92
Author: tison <[email protected]>
AuthorDate: Sat Dec 13 23:31:24 2025 +0800
chore: Fix formatting and wording in README.md (#9)
---
README.md | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index 27cfdfd..7675cae 100644
--- a/README.md
+++ b/README.md
@@ -16,22 +16,22 @@
specific language governing permissions and limitations
under the License.
-->
-=================
+
# Apache<sup>®</sup> DataSketches™ Core Rust Library Component
-### **NOTE: This repository is under development**
+> [!WARNING]
+>
+> This repository is under early development. Use it with caution!
This is the core Rust component of the DataSketches library. It contains a
subset of the sketching algorithms and can be accessed directly from user
applications.
-Note that we have parallel core library components for Java, C++, Python and
GO implementations of many of the same sketch algorithms:
+Note that we have parallel core library components for Java, C++, Python, and
Go implementations of many of the same sketch algorithms:
-- [datasketches-java](https://github.com/apache/datasketches-java),
-- [datasketches-cpp](https://github.com/apache/datasketches-cpp),
-- [datasketches-python](https://github.com/apache/datasketches-python),
-- [datasketches-go](https://github.com/apache/datasketches-go).
+- [datasketches-java](https://github.com/apache/datasketches-java)
+- [datasketches-cpp](https://github.com/apache/datasketches-cpp)
+- [datasketches-python](https://github.com/apache/datasketches-python)
+- [datasketches-go](https://github.com/apache/datasketches-go)
Please visit the main [DataSketches website](https://datasketches.apache.org)
for more information.
-If you are interested in making contributions to this site please see our
[Community](https://datasketches.apache.org/docs/Community/) page for how to
contact us.
-
-## Build & Runtime Dependencies
+If you are interested in making contributions to this site, please see our
[Community](https://datasketches.apache.org/docs/Community/) page for how to
contact us.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]