From 839a48b678baf6693dc92324537d9dc8546f427a Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Wed, 25 Dec 2019 11:39:49 +0100 Subject: [PATCH 1/2] list language bindings in README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index af01a779e..b332c7835 100644 --- a/README.md +++ b/README.md @@ -114,3 +114,13 @@ $ cargo test -- --ignored [circle]: https://circleci.com/gh/deltachat/deltachat-core-rust/ [appveyor-shield]: https://ci.appveyor.com/api/projects/status/lqpegel3ld4ipxj8/branch/master?style=flat-square [appveyor]: https://ci.appveyor.com/project/dignifiedquire/deltachat-core-rust/branch/master + +## Language bindings + +Language bindings are available for: + +- [C](https://c.delta.chat) +- [Node.js](https://www.npmjs.com/package/deltachat-node) +- [Python](https://py.delta.chat) +- [Go](https://github.com/hugot/go-deltachat/) +- **Java** and **Swift** (contained in the Android/iOS repos) From 4776e196da6417deafa6de502720b15ef2bfef9b Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Thu, 26 Dec 2019 00:40:27 +0100 Subject: [PATCH 2/2] add frontend projects to README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b332c7835..307968169 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ $ cargo test -- --ignored [appveyor-shield]: https://ci.appveyor.com/api/projects/status/lqpegel3ld4ipxj8/branch/master?style=flat-square [appveyor]: https://ci.appveyor.com/project/dignifiedquire/deltachat-core-rust/branch/master -## Language bindings +## Language bindings and frontend projects Language bindings are available for: @@ -124,3 +124,12 @@ Language bindings are available for: - [Python](https://py.delta.chat) - [Go](https://github.com/hugot/go-deltachat/) - **Java** and **Swift** (contained in the Android/iOS repos) + +The following "frontend" projects make use of the Rust-library +or its language bindings: + +- [Android](https://github.com/deltachat/deltachat-android) +- [iOS](https://github.com/deltachat/deltachat-ios) +- [Desktop](https://github.com/deltachat/deltachat-desktop) +- [Pidgin](https://code.ur.gs/lupine/purple-plugin-delta/) +- several **Bots**