elastic / elasticsearch-rs

Official Elasticsearch Rust Client
https://www.elastic.co/guide/en/elasticsearch/client/rust-api/current/index.html
Apache License 2.0
695 stars 70 forks source link

Simplify generated code module structure #138

Closed swallez closed 3 years ago

swallez commented 3 years ago

Remove the generated directory and the various re-exports.

Before considering merging generated code with special markers we experimented with the include!() macro, but this didn't work well:

Merging generated sections provides a more natural source code layout.