diff --git a/docs/community-clients/index.asciidoc b/docs/community-clients/index.asciidoc index 54f3050903c5a..4306373281d2b 100644 --- a/docs/community-clients/index.asciidoc +++ b/docs/community-clients/index.asciidoc @@ -23,6 +23,7 @@ a number of clients that have been contributed by the community for various lang * <> * <> * <> +* <> * <> * <> * <> @@ -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. @@ -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