Skip to content

Commit 3405bad

Browse files
authored
Add link to community Rust Client (#22897)
fix Flummi link
1 parent af7b479 commit 3405bad

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/community-clients/index.asciidoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ a number of clients that have been contributed by the community for various lang
2525
* <<python>>
2626
* <<r>>
2727
* <<ruby>>
28+
* <<rust>>
2829
* <<scala>>
2930
* <<smalltalk>>
3031
* <<vertx>>
@@ -95,7 +96,7 @@ See the {client}/groovy-api/current/index.html[official Elasticsearch Groovy cli
9596

9697
Also see the {client}/java-api/current/index.html[official Elasticsearch Java client].
9798

98-
* [Flummi](https://github.com/otto-de/flummi):
99+
* https://github.com/otto-de/flummi[Flummi]:
99100
Java Rest client with comprehensive query DSL API
100101
* https://github.com/searchbox-io/Jest[Jest]:
101102
Java Rest client.
@@ -233,8 +234,15 @@ The following projects appear to be abandoned:
233234
* https://github.com/ddnexus/flex[Flex]:
234235
Ruby Client.
235236

237+
[[rust]]
238+
== Rust
236239

240+
* https://github.com/benashford/rs-es[rs-es]:
241+
A REST API client with a strongly-typed Query DSL.
237242

243+
* https://github.com/elastic-rs/elastic[elastic]:
244+
A modular REST API client that supports freeform queries.
245+
238246
[[scala]]
239247
== Scala
240248

0 commit comments

Comments
 (0)