Add link to community Rust Client (#22897)

fix Flummi link
This commit is contained in:
Russ Cam 2017-06-09 14:50:51 -07:00 committed by GitHub
parent af7b479e12
commit 3405badfb1

View File

@ -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