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/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 540267007 chore(docs): add cpp binding in README (#3546)
540267007 is described below
commit 540267007670eadc70e8be09edf5ab84289963fa
Author: kkop <[email protected]>
AuthorDate: Thu Nov 9 15:15:19 2023 +0800
chore(docs): add cpp binding in README (#3546)
Add cpp Binding README
Co-authored-by: cjj <[email protected]>
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 0703fa38f..46383ba2e 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ Major components of the project include:
- [Rust Core](core/README.md)
- [C Binding](bindings/c/README.md) *not released*
+- [Cpp Binding](bindings/cpp/README.md) *not released*
- [Haskell Binding](bindings/haskell/README.md) *not released*
- [Java Binding](bindings/java/README.md)
- [Lua Binding](bindings/lua/README.md) *not released*