swagger-api/swagger-codegen
Ver no GitHub[Rust] Enhancements to Rust server generator
Open
#6.756 aberto em 19 de out. de 2017
Client: RustEnhancement: GeneralServer: Rusthelp wanted
Métricas do repositório
- Stars
- (12.701 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
Description
-
rust2is not a very informative name (renamed torust-servervia https://github.com/swagger-api/swagger-codegen/pull/6747) - Currently uses
hyper 0.10- work underway to upgrade to hyper0.11(which adds full async support) - Documentation on how to use the generated code in a Rust project is lacking
- Consolidate the client generator with
rustgenerator (rust-servergenerates both server and client code) - Add a means of testing
rust-server's XML support back in (in a way that doesn't break everything else!). I believe other generators already do this, so it should not be over-hard. - The
rust-serversample was generated from the pre-reversion petstore yaml. It should be re-generated from the current petstore yaml.
Swagger-codegen version
Latest master
Related issues/PRs
https://github.com/swagger-api/swagger-codegen/pull/6613
Suggest a fix/enhancement
If anyone wants to work on these tasks, please reply to let us know.