This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 5571f4abea [doc] Add Rust API
5571f4abea is described below
commit 5571f4abea35d3f03000ff855141216c29536378
Author: JingsongLi <[email protected]>
AuthorDate: Thu Apr 2 16:31:33 2026 +0800
[doc] Add Rust API
---
docs/content/program-api/rust-api.md | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/docs/content/program-api/rust-api.md
b/docs/content/program-api/rust-api.md
new file mode 100644
index 0000000000..94a3713b94
--- /dev/null
+++ b/docs/content/program-api/rust-api.md
@@ -0,0 +1,31 @@
+---
+title: "Rust API"
+weight: 7
+type: docs
+aliases:
+ - /api/rust-api.html
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Rust API
+
+- [Paimon Rust Docs](https://paimon.apache.org/docs/rust/).
+- [Paimon Rust Repo](https://github.com/apache/paimon-rust).