Description
Each official client has started to implement all of the console examples within the Elasticsearch reference documentation on the master
branch, with the aim to port the examples to a future "current" branch once a high number of the doc examples are implemented.
An example of the client doc examples is match query doc page. Switching to C# in a console example shows
Client examples should be implemented for the Rust client
Possible implementation
the approach to implementing the YAML rest spec test runner in #19 will likely require access to the ASTs used to generate the client, in order to construct correct client calls in generated test functions. Similarly, the client doc examples would be able to benefit from having access to the ASTs in order to generate correct client examples.