瀏覽代碼

Add link to community Rust Client (#22897)

fix Flummi link
Russ Cam 8 年之前
父節點
當前提交
3405badfb1
共有 1 個文件被更改,包括 9 次插入1 次删除
  1. 9 1
      docs/community-clients/index.asciidoc

+ 9 - 1
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