You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/06/20 12:33:33 UTC

[tinkerpop] branch master updated: Added gremlin-rs (Rust) to provider index CTR

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a030964  Added gremlin-rs (Rust) to provider index CTR
a030964 is described below

commit a0309641679b417f4c6168c680a3701a82e215d3
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Thu Jun 20 08:33:15 2019 -0400

    Added gremlin-rs (Rust) to provider index CTR
---
 docs/site/home/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/site/home/index.html b/docs/site/home/index.html
index 87d3013..ff6ddfd 100644
--- a/docs/site/home/index.html
+++ b/docs/site/home/index.html
@@ -277,6 +277,7 @@ limitations under the License.
             <li><a href="https://github.com/PommeVerte/gremlin-php">gremlin-php</a> (php) - A Gremlin Server driver for PHP.</li>
             <li><a href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-python">gremlin-python</a> (python) - Gremlin Server driver for Python.</li>
             <li><a href="http://gremlinrestclient.readthedocs.org/en/latest/">gremlinrestclient</a> (python) - Python 2/3 library that uses HTTP to communicate with the Gremlin Server over REST.</li>
+            <li><a href="https://github.com/wolf4ood/gremlin-rs">gremlin-rs</a> (Rust) - A Gremlin Server driver and language variant for Rust.</li>
             <li><a href="https://github.com/ExRam/ExRam.Gremlinq">Gremlinq</a> (.NET) - A strongly typed server driver.</li>
             <li><a href="https://github.com/windj007/python-gremlin-rest">python-gremlin-rest</a> (python) - A REST-based client for Gremlin Server.</li>
             <li><a href="https://github.com/coreyauger/reactive-gremlin">reactive-gremlin</a> (scala) - An Akka HTTP Websocket Connector.</li>