This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 44d93fc3b feat: Add project layout for openval (#6427)
44d93fc3b is described below

commit 44d93fc3b591030c177d6b5eaa1f60317874a9ca
Author: Xuanwo <git...@xuanwo.io>
AuthorDate: Thu Jul 17 16:37:27 2025 +0800

    feat: Add project layout for openval (#6427)
    
    * feat: Add project layout for openval
    
    Signed-off-by: Xuanwo <git...@xuanwo.io>
    
    * Fix licenses
    
    Signed-off-by: Xuanwo <git...@xuanwo.io>
    
    ---------
    
    Signed-off-by: Xuanwo <git...@xuanwo.io>
---
 adapters/openval/Cargo.lock |  7 +++++++
 adapters/openval/Cargo.toml | 29 +++++++++++++++++++++++++++++
 adapters/openval/src/lib.rs | 16 ++++++++++++++++
 3 files changed, 52 insertions(+)

diff --git a/adapters/openval/Cargo.lock b/adapters/openval/Cargo.lock
new file mode 100644
index 000000000..2ccde8910
--- /dev/null
+++ b/adapters/openval/Cargo.lock
@@ -0,0 +1,7 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 4
+
+[[package]]
+name = "openval"
+version = "0.0.0"
diff --git a/adapters/openval/Cargo.toml b/adapters/openval/Cargo.toml
new file mode 100644
index 000000000..69d1831b4
--- /dev/null
+++ b/adapters/openval/Cargo.toml
@@ -0,0 +1,29 @@
+# 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.
+
+[package]
+description = "Apache OpenDALâ„¢'s OpenVAL: One Layer, All Vectors."
+name = "openval"
+
+authors = ["Apache OpenDAL <d...@opendal.apache.org>"]
+edition = "2024"
+license = "Apache-2.0"
+repository = "https://github.com/apache/opendal";
+rust-version = "1.85"
+version = "0.0.0"
+
+[dependencies]
diff --git a/adapters/openval/src/lib.rs b/adapters/openval/src/lib.rs
new file mode 100644
index 000000000..b248758bc
--- /dev/null
+++ b/adapters/openval/src/lib.rs
@@ -0,0 +1,16 @@
+// 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.

Reply via email to