Skip to content

Commit 8a58ee9

Browse files
authored
Merge pull request #115 from zenoh-rs/add-links-to-other-api
Add links to missing bindings api and examples
2 parents 0e43fa5 + e7aeb33 commit 8a58ee9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

content/docs/getting-started/first-app.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,6 @@ You can also have a look at the examples provided with each client API:
132132
- **Rust**: https://github.com/eclipse-zenoh/zenoh/tree/main/examples
133133
- **Python**: https://github.com/eclipse-zenoh/zenoh-python/tree/main/examples
134134
- **C**: https://github.com/eclipse-zenoh/zenoh-c/tree/main/examples
135+
- **C++**: https://github.com/eclipse-zenoh/zenoh-cpp/tree/main/examples
136+
- **Java**: https://github.com/eclipse-zenoh/zenoh-java/tree/main/examples
137+
- **Kotlin**: https://github.com/eclipse-zenoh/zenoh-kotlin/tree/main/examples

content/docs/getting-started/installation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Depending on your programming language, pick one of the following API and refer
1515
- [Rust API](https://crates.io/crates/zenoh)
1616
- [Python API](https://github.com/eclipse-zenoh/zenoh-python)
1717
- [C API](https://github.com/eclipse-zenoh/zenoh-c)
18+
- [C++ API](https://github.com/eclipse-zenoh/zenoh-cpp)
19+
- [Java API](https://github.com/eclipse-zenoh/zenoh-java)
20+
- [Kotlin API](https://github.com/eclipse-zenoh/zenoh-kotlin)
1821
- [Pico API](https://github.com/eclipse-zenoh/zenoh-pico): A port of Zenoh in C, targeted at low-power devices.
1922

2023
Note that if you wish to always have access to all of Zenoh's latest features, Rust is Zenoh's original language, and will therefore always be the most feature-complete version.

0 commit comments

Comments
 (0)