summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cam <russ.cam@elastic.co>2017-06-09 14:50:51 -0700
committerGitHub <noreply@github.com>2017-06-09 14:50:51 -0700
commit3405badfb169845f6ea4c181b0a5492c7920e9cb (patch)
tree31a07cff958bcdde51e09a8b05b38498301359a2
parentaf7b479e12423ae13e8714e6b13971deed869fad (diff)
Add link to community Rust Client (#22897)
fix Flummi link
-rw-r--r--docs/community-clients/index.asciidoc10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/community-clients/index.asciidoc b/docs/community-clients/index.asciidoc
index 21c6d20e23..5da117cc7c 100644
--- a/docs/community-clients/index.asciidoc
+++ b/docs/community-clients/index.asciidoc
@@ -25,6 +25,7 @@ a number of clients that have been contributed by the community for various lang
* <<python>>
* <<r>>
* <<ruby>>
+* <<rust>>
* <<scala>>
* <<smalltalk>>
* <<vertx>>
@@ -95,7 +96,7 @@ See the {client}/groovy-api/current/index.html[official Elasticsearch Groovy cli
Also see the {client}/java-api/current/index.html[official Elasticsearch Java client].
-* [Flummi](https://github.com/otto-de/flummi):
+* https://github.com/otto-de/flummi[Flummi]:
Java Rest client with comprehensive query DSL API
* https://github.com/searchbox-io/Jest[Jest]:
Java Rest client.
@@ -233,8 +234,15 @@ The following projects appear to be abandoned:
* https://github.com/ddnexus/flex[Flex]:
Ruby Client.
+[[rust]]
+== Rust
+* https://github.com/benashford/rs-es[rs-es]:
+ A REST API client with a strongly-typed Query DSL.
+* https://github.com/elastic-rs/elastic[elastic]:
+ A modular REST API client that supports freeform queries.
+
[[scala]]
== Scala