File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ a number of clients that have been contributed by the community for various lang
2323* <<python>>
2424* <<r>>
2525* <<ruby>>
26+ * <<rust>>
2627* <<scala>>
2728* <<smalltalk>>
2829* <<vertx>>
@@ -90,7 +91,7 @@ See the {client}/groovy-api/current/index.html[official Elasticsearch Groovy cli
9091
9192Also see the {client}/java-api/current/index.html[official Elasticsearch Java client].
9293
93- * [Flummi]( https://github.com/otto-de/flummi) :
94+ * https://github.com/otto-de/flummi[Flummi] :
9495 Java Rest client with comprehensive query DSL API
9596* https://github.com/searchbox-io/Jest[Jest]:
9697 Java Rest client.
@@ -228,8 +229,15 @@ The following projects appear to be abandoned:
228229* https://github.com/ddnexus/flex[Flex]:
229230 Ruby Client.
230231
232+ [[rust]]
233+ == Rust
231234
235+ * https://github.com/benashford/rs-es[rs-es]:
236+ A REST API client with a strongly-typed Query DSL.
232237
238+ * https://github.com/elastic-rs/elastic[elastic]:
239+ A modular REST API client that supports freeform queries.
240+
233241[[scala]]
234242== Scala
235243
You can’t perform that action at this time.
0 commit comments