You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2019/09/12 20:34:38 UTC

[pulsar] branch master updated: Add Rust Client Library (#5156)

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

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 48f41c0  Add Rust Client Library (#5156)
48f41c0 is described below

commit 48f41c0e496dd8182ca99d7efd7acadb36500f4c
Author: Alex Mault <Al...@users.noreply.github.com>
AuthorDate: Thu Sep 12 14:34:26 2019 -0600

    Add Rust Client Library (#5156)
---
 site2/docs/getting-started-clients.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site2/docs/getting-started-clients.md b/site2/docs/getting-started-clients.md
index a492e3a..a70e3d7 100644
--- a/site2/docs/getting-started-clients.md
+++ b/site2/docs/getting-started-clients.md
@@ -54,3 +54,4 @@ Besides the official released clients, there are also multiple projects on devel
 | Go | [pulsar-client-go](https://github.com/Comcast/pulsar-client-go) | [Comcast](https://github.com/Comcast) | [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) | A native golang client |
 | Go | [go-pulsar](https://github.com/t2y/go-pulsar) | [t2y](https://github.com/t2y) | [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) | |
 | Scala | [pulsar4s](https://github.com/sksamuel/pulsar4s) | [sksamuel](https://github.com/sksamuel) | [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) | Idomatic, typesafe, and reactive Scala client for Apache Pulsar |
+| Rust | [pulsar-rs](https://github.com/wyyerd/pulsar-rs) | [Wyyerd Group](https://github.com/wyyerd) | [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) | Future-based Rust bindings for Apache Pulsar |