Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to community Rust Client #22897

Merged
merged 1 commit into from
Jun 9, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/community-clients/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ a number of clients that have been contributed by the community for various lang
* <<python>>
* <<r>>
* <<ruby>>
* <<rust>>
* <<scala>>
* <<smalltalk>>
* <<vertx>>
Expand Down Expand Up @@ -90,7 +91,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.
Expand Down Expand Up @@ -228,8 +229,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

Expand Down